duplexer3/000755 001751 001751 0000000000 15076575141014504 5ustar00runner000000 000000 1507657514115076575141duplexer3/LICENSE000644 001751 001751 0000002165 15076575141015515 0ustar00runner000000 000000 1507657514115076575141 MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE duplexer3/README.md000644 001751 001751 0000002212 15076575141015770 0ustar00runner000000 000000 1507657572515076575141# 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. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/duplexer3/index.d.ts) ````ts /// import stream = require("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, 24 Oct 2025 04:02:41 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [BendingBender](https://github.com/BendingBender). duplexer3/index.d.ts000644 001751 001751 0000000775 15076575141016416 0ustar00runner000000 000000 1507657514115076575141/// import stream = require("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; } } duplexer3/package.json000644 001751 001751 0000001541 15076575141017003 0ustar00runner000000 000000 1507657572515076575141{ "name": "@types/duplexer3", "version": "0.1.5", "description": "TypeScript definitions for duplexer3", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/duplexer3", "license": "MIT", "contributors": [ { "name": "BendingBender", "githubUsername": "BendingBender", "url": "https://github.com/BendingBender" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/duplexer3" }, "scripts": {}, "dependencies": { "@types/node": "*" }, "peerDependencies": {}, "typesPublisherContentHash": "b71f2848d7e0322f9ddfe5d59d89bd6f411fc4fda18e5a0d1ab69db61c8b4e42", "typeScriptVersion": "5.2" }