UNPKG

@deltares/fews-web-oc-charts

Version:
4 lines (3 loc) 231 B
import { Zone } from 'luxon'; export declare function dateFormatter(date: Date, format: string, options?: any): string; export declare function generateMultiFormat(timeZone: string | Zone, locale?: string): (date: Date) => string;