@pashoo2/clean-architecture-boilerplate
Version:
Clean architecture boilerplate
10 lines (9 loc) • 663 B
TypeScript
export declare const SIMPLE_TYPE_VALUES_SET_EMPTY: (string | number | null | undefined)[];
export declare const SIMPLE_TYPE_VALUES_SET_NOT_EMPTY_FINITE_NUMBERS: number[];
export declare const SIMPLE_TYPE_VALUES_SET_NOT_EMPTY_INFINITE_NUMBERS: number[];
export declare const SIMPLE_TYPE_VALUES_SET_NOT_EMPTY_NUMBERS: number[];
export declare const SIMPLE_TYPE_VALUES_SET_EMPTY_NUMBERS: number[];
export declare const SIMPLE_TYPE_VALUES_SET_NUMBERS: number[];
export declare const SIMPLE_TYPE_VALUES_SET_NOT_EMPTY_STRINGS: string[];
export declare const SIMPLE_TYPE_VALUES_SET_EMPTY_STRINGS: string[];
export declare const SIMPLE_TYPE_VALUES_SET_STRINGS: string[];