2.0.0 • Published 8 months ago

async-iterable-builder v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

AsyncIterable Builder

npm version

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

Install

npm install async-iterable-builder

Use

import { AsyncIterableBuilder } from 'async-iterable-builder'

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

see example.ts

2.0.0

8 months ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago