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 (2 loc) 139 B
export const TRUTHY_VALUES: any[] = [true, 42, '42', 'foo', .011235,]; export const FALSY_VALUES: any[] = [false, 0, '', null, undefined];