UNPKG

221 BTypeScriptView Raw
1export interface Language {
2 dayNames: string[];
3 monthNames: string[];
4 tokens: {
5 [k: string]: RegExp;
6 };
7}
8declare const ENGLISH: Language;
9export default ENGLISH;
10//# sourceMappingURL=i18n.d.ts.map
\No newline at end of file