@!-!/-
v1.0.1
Published
## Usage
Downloads
7
Readme
@!-!/-
Usage
The default export is an async generator function that yields JavaScript primitives
import source from "@!-!/-";
for await (const value of source()) {
// Do thing with value
console.log(value);
}