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:
Gianpiero Caretti 2020-04-26 19:26:59 +02:00 committed by GitHub
parent 4fd5971746
commit 0a2cf40d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*