UNPKG

@lou.codes/constants

Version:

🔢 Shared constants and aliases to static methods, values and symbols.

13 lines (12 loc) • 229 B
/** * Empty read only array. */ export declare const EMPTY_ARRAY: readonly []; /** * Empty readonly object. */ export declare const EMPTY_OBJECT: Readonly<{}>; /** * Empty string. */ export declare const EMPTY_STRING = "";