UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

5 lines (4 loc) 94 B
'use strict'; export function bin(str) { return parseInt(str.replace(/[^01]/g, ''), 2); }