@types/numeral
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -5,2 +5,3 @@ // Type definitions for Numeral.js | ||
// Behind The Math <https://github.com/BehindTheMath> | ||
// Kenneth Luján <https://github.com/klujanrosas> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -55,3 +56,3 @@ | ||
options: NumeralJSOptions; | ||
/** | ||
@@ -64,2 +65,11 @@ * This function sets the current locale. If no arguments are passed in, | ||
/** | ||
* This function provides access to the loaded locale data. If | ||
* no arguments are passed in, it will simply return the current | ||
* global locale object. | ||
* | ||
* @param key Locale key, e.g 'es' for a spanish locale definition | ||
*/ | ||
localeData(key?: string): NumeralJSLocale; | ||
/** | ||
* Registers a language definition or a custom format definition. | ||
@@ -66,0 +76,0 @@ * |
{ | ||
"name": "@types/numeral", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "TypeScript definitions for Numeral.js", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "BehindTheMath" | ||
}, | ||
{ | ||
"name": "Kenneth Luján", | ||
"url": "https://github.com/klujanrosas", | ||
"githubUsername": "klujanrosas" | ||
} | ||
@@ -26,4 +31,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7e435a0670ff89b97aa13a29335cd151e844daeb0704d57b018780695ac2f906", | ||
"typesPublisherContentHash": "df479a0b17a82ef2d6c9f355b75a32572f4e2ed63913b4295e126bda2df5e1b1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Last updated: Mon, 23 Jul 2018 23:44:12 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: numeral | ||
# Credits | ||
These definitions were written by Vincent Bortone <https://github.com/vbortone>, Behind The Math <https://github.com/BehindTheMath>. | ||
These definitions were written by Vincent Bortone <https://github.com/vbortone>, Behind The Math <https://github.com/BehindTheMath>, Kenneth Luján <https://github.com/klujanrosas>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5536
91