📄 longFormatters.d.ts
/home/palash/git/site/node_modules/date-fns/_lib/format/longFormatters.d.ts
Language: ts • Lines: 4
import type { FormatLong } from "../../locale/types.ts";
type LongFormatter = (pattern: string, formatLong: FormatLong) => string;
export declare const longFormatters: Record<string, LongFormatter>;
export {};