UNPKG

date-fns

Version:

Modern JavaScript date utility library

6 lines (5 loc) 246 B
import type { FormatLong } from "../../locale/types.ts"; type LongFormatter = (pattern: string, formatLong: FormatLong) => string; export declare const longFormatters: Record<string, LongFormatter>; export {}; //# sourceMappingURL=index.d.ts.map