mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Added the missed declaration for reset() (#44075)
* Added the missed declaration for reset() * Updated to fix some blanks in comment
This commit is contained in:
parent
4fd5971746
commit
0a2cf40d5e
5
types/numeral/index.d.ts
vendored
5
types/numeral/index.d.ts
vendored
@ -78,6 +78,11 @@ interface Numeral {
|
||||
*/
|
||||
localeData(key?: string): NumeralJSLocale;
|
||||
|
||||
/**
|
||||
* This function resets the configuration to all the defaults
|
||||
*/
|
||||
reset(): void;
|
||||
|
||||
/**
|
||||
* Registers a language definition or a custom format definition.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user