UNPKG

cumulocity-cypress

Version:
4 lines (3 loc) 227 B
export declare function parseDate(date: string | number | Date, format: string): Date | undefined; export declare function isValidDate(date?: Date): boolean; export declare function normalizeLocaleId(localeId: string): string;