UNPKG

tempe

Version:

Featherlight (< 2kB) helper for simple javascript date formatting without all of those superpowers

3 lines (2 loc) 186 B
export declare function parseStringFormat(stringFormat: string): Array<string>; export declare function translateValue(dateObject: Date, stringFormat: string, locale: string): string;