@types/then-eos
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/then-eos

Weekly Downloads

15

Version

1.0.2

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types