UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

16 lines (15 loc) 534 B
declare const dateISOFormat: (date: Date | string | number) => string; declare const supportsTouch: number | true; declare class IntlFormatters { private locales; date: Intl.DateTimeFormat; time: Intl.DateTimeFormat; weekday: Intl.DateTimeFormat; monthYear: Intl.DateTimeFormat; dayWeekdayMonth: Intl.DateTimeFormat; dayMonth: Intl.DateTimeFormat; dayMonthYear: Intl.DateTimeFormat; constructor(locale: string); private initFormatter; } export { dateISOFormat, supportsTouch, IntlFormatters };