UNPKG

date-format-parse

Version:
5 lines (4 loc) 135 B
import { Locale } from './locale'; export declare function format(val: Date, str: string, options?: { locale?: Locale; }): string;