async-iterable-builder
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

AsyncIterable Builder

npm version

simplified asyncIterable builder using next() and done() functions

Install

npm install async-iterable-builder

Use

import AsyncIterableBuilder from './dist/AsyncIterableBuilder.js'

const { next, done, isDone, iterable } = new AsyncIterableBuilder()

see example.ts

Readme

Keywords

none

Package Sidebar

Install

npm i async-iterable-builder

Weekly Downloads

0

Version

1.1.0

License

none

Unpacked Size

5.81 kB

Total Files

6

Last publish

Collaborators

  • yukulele