UNPKG

400 BTypeScriptView Raw
1import './units/index';
2import { Locale } from './locale/locale.class';
3export declare function formatDate(date: Date, format?: string, locale?: string, isUTC?: boolean, offset?: number): string;
4export declare function formatMoment(date: Date, _format: string, locale: Locale, isUTC?: boolean, offset?: number): string;
5export declare function expandFormat(_format: string, locale: Locale): string;