UNPKG

@ibgib/helper-gib

Version:

common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.

3 lines 174 B
export const TRUTHY_VALUES = [true, 42, '42', 'foo', .011235,]; export const FALSY_VALUES = [false, 0, '', null, undefined]; //# sourceMappingURL=respec-gib-constants.mjs.map