UNPKG

alwz

Version:

Extendable library for typecasting

11 lines 252 B
export const TypesEnum = { undefined: 'undefined', boolean: 'boolean', number: 'number', bigint: 'bigint', string: 'string', symbol: 'symbol', object: 'object', function: 'function', }; //# sourceMappingURL=types.mjs.map