How to use the empty function from pull-stream
Find comprehensive JavaScript pull-stream.empty code examples handpicked from public code repositorys.
125 126 127 128 129 130 131 132 133
```txt empty() ------------------------ ``` ```js const source = pull.empty() const sink = pull.log() pull(source, sink) ```
46
839
48
pull-stream.asyncMap is the most popular function in pull-stream (1458 examples)