UNPKG

jtc-utils

Version:
8 lines 322 B
import { type Locale } from "./locale/index.cjs"; declare type FormatDateOptions = { locale?: Locale; timeZone?: string; }; export declare function formatDate(date: Date | number | string | null | undefined, format: string, options?: FormatDateOptions): string; export {}; //# sourceMappingURL=formatDate.d.cts.map