bin.js (307B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.binDocs = void 0; 7 var binDocs = { 8 name: 'bin', 9 category: 'Utils', 10 syntax: ['bin(value)'], 11 description: 'Format a number as binary', 12 examples: ['bin(2)'], 13 seealso: ['oct', 'hex'] 14 }; 15 exports.binDocs = binDocs;