FLUJOS/VISUALIZACION/node_modules/des.js/test/fixtures.js
2025-11-07 00:06:12 +01:00

5 lines
100 B
JavaScript
Executable file

'use strict';
exports.bin = function bin(str) {
return parseInt(str.replace(/[^01]/g, ''), 2);
}