@types/bytes
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -19,3 +19,3 @@ // Type definitions for bytes 3.1 | ||
declare namespace bytes { | ||
type Unit = 'b' | 'gb' | 'kb' | 'mb' | 'pb' | 'tb' | 'B' | 'GB' | 'KB' | 'MB' | 'PB' | 'TB'; | ||
type Unit = "b" | "gb" | "kb" | "mb" | "pb" | "tb" | "B" | "GB" | "KB" | "MB" | "PB" | "TB"; | ||
@@ -22,0 +22,0 @@ interface BytesOptions { |
{ | ||
"name": "@types/bytes", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "TypeScript definitions for bytes", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bytes", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7d94ddf1eb193829af756d2e0aecc6e1b0938f3d2f5d46a4c6bd3a7216f084a5", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "c7c4c12d2351314d6872b34cc5ae0e071186539331d011606312b4b8fccb5580", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -29,3 +29,3 @@ # Installation | ||
declare namespace bytes { | ||
type Unit = 'b' | 'gb' | 'kb' | 'mb' | 'pb' | 'tb' | 'B' | 'GB' | 'KB' | 'MB' | 'PB' | 'TB'; | ||
type Unit = "b" | "gb" | "kb" | "mb" | "pb" | "tb" | "B" | "GB" | "KB" | "MB" | "PB" | "TB"; | ||
@@ -61,3 +61,3 @@ interface BytesOptions { | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:47 GMT | ||
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT | ||
* Dependencies: none | ||
@@ -64,0 +64,0 @@ * Global values: none |
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