UNPKG

date-fns-tz

Version:

Time zone support for date-fns v3 with the Intl API

3 lines (2 loc) 189 B
import type { FormatOptionsWithTZ } from '../../index.js'; export declare const formatters: Record<string, (date: Date, token: string, options: FormatOptionsWithTZ) => string | undefined>;