Skip to content

Commit 4cec095

Browse files
author
Angel Petrov
committed
fix: add numberSymbols method
1 parent 1e3dc58 commit 4cec095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cldr.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export interface DateFormatNameOptions {
55
standAlone?: string;
66
}
77

8-
export function dateFormatNames(locale: string, options: DateFormatNameOptions) : any;
8+
export function dateFormatNames(locale: string, options: DateFormatNameOptions): any;
99
export function firstDay(locale: string): number;
1010
export function load(...data: any[]): void;
11+
export function numberSymbols(locale: string): any;

0 commit comments

Comments
 (0)