triggerable-generation
v1.0.4
Published
Trigger a generator, again and again. Output as async generator.
Downloads
4
Readme
Triggerable Generation
Trigger a generator, again and again. Output as async generator.
This is useful if you want to create an async generator around some factory, with a user means to re-run the generator.
Included by default is an unknownFilter reducer
that will keep duplicates from appearing.