@villedemontreal/general-utils
Version:
General utilities library
11 lines • 551 B
TypeScript
export declare const EMPTY_STRING = "";
export declare const EMPTY_ARRAY: any[];
export declare const EMPTY_OBJECT: any;
export declare const EMPTY_FUNCTION: (...args: any[]) => void;
export declare const EMPTY_PATTERN: RegExp;
export declare const EMPTY_VALUES: any[];
export declare const NOT_EMPTY_VALUES: (string | number | boolean | RegExp | string[] | Error | Date | ((...args: any[]) => void) | Map<any, any> | Set<any> | {
id: number;
})[];
export declare const NOT_MISSING_VALUES: any[];
//# sourceMappingURL=collectionUtils.test.d.ts.map