UNPKG

104 BTypeScriptView Raw
1export declare class DateFormatter {
2 format(date: Date, format: string, locale?: string): string;
3}