UNPKG

jtc-utils

Version:
9 lines 395 B
import { type Locale } from "./locale/index.cjs"; declare type ParseDateOptions = { locale?: Locale; timeZone?: string; }; export declare function parseDate(str: string, format?: string, options?: ParseDateOptions): Date; export declare function parseDate(str: null | undefined, format?: string, options?: ParseDateOptions): undefined; export {}; //# sourceMappingURL=parseDate.d.cts.map