UNPKG

210 BTypeScriptView Raw
1import type { FormatLong } from "../../locale/types.js";
2type LongFormatter = (pattern: string, formatLong: FormatLong) => string;
3export declare const longFormatters: Record<string, LongFormatter>;
4export {};