@bemedev/basifun
Version:
Basic ts functions
45 lines • 1.47 kB
TypeScript
/**
* PRIMITIVES variable - Auto-generated expression
*
* ⚠️ WARNING: This expression is auto-generated and should not be modified.
* Any manual changes will be overwritten during the next generation.
*
* @generated
* @readonly
* @author chlbri (bri_lvi@icloud.com)
*/
export declare const PRIMITIVES: readonly ["string", "number", "boolean", "bigint", "symbol", "undefined", "null"];
/**
* PRIMITIVE_OBJECTS variable - Auto-generated expression
*
* ⚠️ WARNING: This expression is auto-generated and should not be modified.
* Any manual changes will be overwritten during the next generation.
*
* @generated
* @readonly
* @author chlbri (bri_lvi@icloud.com)
*/
export declare const PRIMITIVE_OBJECTS: readonly ["object", "date", "primitive"];
/**
* CUSTOM variable - Auto-generated expression
*
* ⚠️ WARNING: This expression is auto-generated and should not be modified.
* Any manual changes will be overwritten during the next generation.
*
* @generated
* @readonly
* @author chlbri (bri_lvi@icloud.com)
*/
export declare const CUSTOM: "$$app-ts => custom$$";
/**
* PARTIAL variable - Auto-generated expression
*
* ⚠️ WARNING: This expression is auto-generated and should not be modified.
* Any manual changes will be overwritten during the next generation.
*
* @generated
* @readonly
* @author chlbri (bri_lvi@icloud.com)
*/
export declare const PARTIAL: "$$app-ts => partial$$";
//# sourceMappingURL=constants.d.ts.map