@types/numeral
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -73,3 +73,3 @@ // Type definitions for Numeral.js 2.0 | ||
format(inputString?: string, roundingFunction?: RoundingFunction): string; | ||
value(): number; | ||
value(): number | null; | ||
input(): any; | ||
@@ -76,0 +76,0 @@ set(value: any): Numeral; |
{ | ||
"name": "@types/numeral", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for Numeral.js", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2cf5c475c4b95aa50fbff3de33f2315893656c233b90607903e603259b4dd5ca", | ||
"typesPublisherContentHash": "372af92adbd8e2862e0817e488f52b4ab7bcefd51777ffa5635f7a96cad71e8e", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 26 Jan 2021 20:42:16 GMT | ||
* Last updated: Thu, 04 Mar 2021 00:08:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `numeral` |
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
6857