UNPKG

anybase2

Version:

convert from and to numeric bases from base 2 to base 62

8 lines 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUnset = void 0; function isUnset(n) { return typeof n === 'undefined' || n === null; } exports.isUnset = isUnset; //# sourceMappingURL=isUnset.js.map