@appsemble/utils
Version:
Utility functions used in Appsemble internally
13 lines (12 loc) • 305 B
TypeScript
/**
* Each week day of the first week in 1970 represented as a number.
*
* This can be used for localizing week days.
*/
export declare const weekdays: number[];
/**
* A day of each month in the year 1970.
*
* This can be used for localizing month names.
*/
export declare const months: number[];