Installation
npm install --save @types/then-eos
Summary
This package contains type definitions for then-eos (https://github.com/meoguru/node-then-eos).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/then-eos.
index.d.ts
/// <reference types="node"/>
type Stream = NodeJS.ReadableStream | NodeJS.WritableStream;
declare function thenEos(stream: Stream): Promise<void>;
export = thenEos;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/node
Credits
These definitions were written by Sean Marvi Oliver Genabe.