@types/async-stream-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/async-stream-generator

Summary

This package contains type definitions for async-stream-generator (https://github.com/MattMorgis/async-stream-generator#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-stream-generator.

index.d.ts

/// <reference types="node" />

import { Readable } from "stream";

declare function streamify(generator: AsyncIterableIterator<any>): Readable;

export = streamify;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: @types/node

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/async-stream-generator

Weekly Downloads

17

Version

1.0.4

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • types