UNPKG

date-fns

Version:

Modern JavaScript date utility library

5 lines (4 loc) 210 B
import type { FormatLong } from "../../locale/types.js"; type LongFormatter = (pattern: string, formatLong: FormatLong) => string; export declare const longFormatters: Record<string, LongFormatter>; export {};