Newer
Older
alert / js / node_modules / des.js / test / fixtures.js
@Réz István Réz István on 18 Nov 2021 100 bytes first commit
'use strict';

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