@bemedev/types
Version:
Type definitions for Bemedev projects
16 lines (14 loc) • 361 B
JavaScript
const PRIMITIVES = [
'string',
'number',
'boolean',
'bigint',
'symbol',
'undefined',
'null',
];
const PRIMITIVE_OBJECTS = ['object', 'date', 'primitive'];
const CUSTOM = '$$app-ts => custom$$';
const PARTIAL = '$$app-ts => partial$$';
export { CUSTOM, PARTIAL, PRIMITIVES, PRIMITIVE_OBJECTS };
//# sourceMappingURL=constants.js.map