UNPKG

212 BTypeScriptView Raw
1import { Opts, TDate } from './interface';
2/**
3 * format a TDate into string
4 * @param date
5 * @param locale
6 * @param opts
7 */
8export declare const format: (date: TDate, locale?: string, opts?: Opts) => string;