@types/concat-stream
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -8,3 +8,3 @@ /// <reference types="node" /> | ||
declare function concat(opts: { encoding: "string" }, cb: (buf: string) => void): Writable; | ||
declare function concat(opts: { encoding: "array" }, cb: (buf: Array<bigint>) => void): Writable; | ||
declare function concat(opts: { encoding: "array" }, cb: (buf: bigint[]) => void): Writable; | ||
declare function concat(opts: { encoding: "uint8array" | "u8" | "uint8" }, cb: (buf: Uint8Array) => void): Writable; | ||
@@ -11,0 +11,0 @@ declare function concat(opts: { encoding: "object" }, cb: (buf: object[]) => void): Writable; |
{ | ||
"name": "@types/concat-stream", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for concat-stream", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream", | ||
}, | ||
"typesPublisherContentHash": "669cc45c11666a6c2967303015956f00977f9e8bd6010cae9374be44cb48af09", | ||
"typesPublisherContentHash": "2008174f89c01421d584f115e6974796d5a54056c69104262a4f1ebedfbe422e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,3 +18,3 @@ # Installation | ||
declare function concat(opts: { encoding: "string" }, cb: (buf: string) => void): Writable; | ||
declare function concat(opts: { encoding: "array" }, cb: (buf: Array<bigint>) => void): Writable; | ||
declare function concat(opts: { encoding: "array" }, cb: (buf: bigint[]) => void): Writable; | ||
declare function concat(opts: { encoding: "uint8array" | "u8" | "uint8" }, cb: (buf: Uint8Array) => void): Writable; | ||
@@ -28,3 +28,3 @@ declare function concat(opts: { encoding: "object" }, cb: (buf: object[]) => void): Writable; | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -31,0 +31,0 @@ |
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
3960