Installation
npm install --save @types/duplexer3
Summary
This package contains type definitions for duplexer3 (https://github.com/floatdrop/duplexer3).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/duplexer3.
// Type definitions for duplexer3 0.1
// Project: https://github.com/floatdrop/duplexer3
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import * as stream from "stream";
export = duplexer3;
declare function duplexer3(writableStream: NodeJS.WritableStream, readableStream: NodeJS.ReadableStream): stream.Duplex;
declare function duplexer3(
options: duplexer3.Options,
writableStream: NodeJS.WritableStream,
readableStream: NodeJS.ReadableStream,
): stream.Duplex;
declare namespace duplexer3 {
interface Options extends stream.DuplexOptions {
bubbleErrors?: boolean | undefined;
}
}
Additional Details
- Last updated: Fri, 22 Sep 2023 20:29:40 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by BendingBender.
Current Tags
-
0.1.2
...
latest
(3 years ago)
-
0.1.0
...
ts2.0
(9 years ago)
-
0.1.0
...
ts2.1
(9 years ago)
-
0.1.0
...
ts2.2
(9 years ago)
-
0.1.0
...
ts2.3
(9 years ago)
-
0.1.0
...
ts2.4
(9 years ago)
-
0.1.0
...
ts2.5
(9 years ago)
-
0.1.0
...
ts2.6
(9 years ago)
-
0.1.0
...
ts2.7
(9 years ago)
-
0.1.0
...
ts2.8
(9 years ago)
-
0.1.0
...
ts2.9
(9 years ago)
-
0.1.0
...
ts3.0
(9 years ago)
-
0.1.0
...
ts3.1
(9 years ago)
-
0.1.0
...
ts3.2
(9 years ago)
-
0.1.0
...
ts3.3
(9 years ago)
-
0.1.0
...
ts3.4
(9 years ago)
-
0.1.0
...
ts3.5
(9 years ago)
-
0.1.1
...
ts3.6
(5 years ago)
-
0.1.1
...
ts3.7
(5 years ago)
-
0.1.1
...
ts3.8
(5 years ago)
-
0.1.1
...
ts3.9
(5 years ago)
-
0.1.1
...
ts4.0
(5 years ago)
-
0.1.1
...
ts4.1
(5 years ago)
-
0.1.1
...
ts4.2
(5 years ago)
-
0.1.1
...
ts4.3
(5 years ago)
-
0.1.1
...
ts4.4
(5 years ago)
-
0.1.2
...
ts4.5
(3 years ago)
-
0.1.2
...
ts4.6
(3 years ago)
-
0.1.2
...
ts4.7
(3 years ago)
-
0.1.2
...
ts4.8
(3 years ago)
-
0.1.2
...
ts4.9
(3 years ago)
-
0.1.2
...
ts5.0
(3 years ago)
-
0.1.2
...
ts5.1
(3 years ago)
-
0.1.2
...
ts5.2
(3 years ago)
-
0.1.2
...
ts5.3
(3 years ago)
3 Versions