@types/filesize
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for filesize 4.1 | ||
// Type definitions for filesize 4.2 | ||
// Project: https://github.com/avoidwork/filesize.js, https://filesizejs.com | ||
@@ -66,2 +66,6 @@ // Definitions by: Giedrius Grabauskas <https://github.com/GiedriusGrabauskas> | ||
/** | ||
* ECMA-402 number format option overrides, default is "{}" | ||
*/ | ||
localeOptions?: Intl.NumberFormatOptions; | ||
/** | ||
* Output of function (array, exponent, object, or string), default is string | ||
@@ -68,0 +72,0 @@ */ |
{ | ||
"name": "@types/filesize", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "TypeScript definitions for filesize", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "275696c9771dcaeaf663409136da8a1b79818dab7c70de9389d7c83b1249660a", | ||
"typesPublisherContentHash": "0f5d8b73a9c401a975b659fca7d70e1dbbc98db421b2ffeeb9b602861b54213e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for filesize ( https://github.com/avoidwork/filesize.js ). | ||
This package contains type definitions for filesize (https://github.com/avoidwork/filesize.js). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 07 Mar 2019 23:47:40 GMT | ||
* Last updated: Mon, 16 Sep 2019 22:09:05 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: filesize | ||
# Credits | ||
These definitions were written by Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>, Renaud Chaput <https://github.com/renchap>, Roman Nuritdinov <https://github.com/Ky6uk>, Sam Hulick <https://github.com/ffxsam>. | ||
These definitions were written by Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>, Renaud Chaput <https://github.com/renchap>, Roman Nuritdinov <https://github.com/Ky6uk>, and Sam Hulick <https://github.com/ffxsam>. |
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
6029
97