@types/level-codec
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -28,3 +28,3 @@ // Type definitions for level-codec 9.0 | ||
export interface CodecConstructor { | ||
new (options?: CodecOptions): Codec; | ||
new(options?: CodecOptions): Codec; | ||
(options?: CodecOptions): Codec; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@types/level-codec", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "TypeScript definitions for level-codec", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/level-codec", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ef25a7e341eb1e1642721f03ba21bfd7b8a6a29b7c6ee7d71fb7c80336bf73b5", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "be7c167692d268739dc99049be25f577c5425542e4c92b64c0a88dddf76b54c9", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -38,3 +38,3 @@ # Installation | ||
export interface CodecConstructor { | ||
new (options?: CodecOptions): Codec; | ||
new(options?: CodecOptions): Codec; | ||
(options?: CodecOptions): Codec; | ||
@@ -48,3 +48,3 @@ } | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:23:41 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:03 GMT | ||
* Dependencies: none | ||
@@ -51,0 +51,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
4887