We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e3dc58 + 4cec095 commit 5f62497Copy full SHA for 5f62497
src/cldr.d.ts
@@ -5,6 +5,7 @@ export interface DateFormatNameOptions {
5
standAlone?: string;
6
}
7
8
-export function dateFormatNames(locale: string, options: DateFormatNameOptions) : any;
+export function dateFormatNames(locale: string, options: DateFormatNameOptions): any;
9
export function firstDay(locale: string): number;
10
export function load(...data: any[]): void;
11
+export function numberSymbols(locale: string): any;
0 commit comments