UNPKG

284 BTypeScriptView Raw
1import moment from 'moment';
2declare type Value = moment.Moment | undefined | null;
3declare type Format = string | string[] | undefined | ((val?: Value) => string | string[] | undefined);
4export declare function formatDate(value: Value, format: Format): string | string[];
5export {};
6
\No newline at end of file