@bemedev/types
Version:
Type definitions for Bemedev projects
5 lines • 345 B
TypeScript
export declare const PRIMITIVES: readonly ["string", "number", "boolean", "bigint", "symbol", "undefined", "null"];
export declare const PRIMITIVE_OBJECTS: readonly ["object", "date", "primitive"];
export declare const CUSTOM: "$$app-ts => custom$$";
export declare const PARTIAL: "$$app-ts => partial$$";
//# sourceMappingURL=constants.d.ts.map