UNPKG

426 BMarkdownView Raw
1# Sources
2
3A source is a stream that is not writable.
4You *must* have a source at the start of a pipeline
5for data to move through.
6
7in general:
8
9``` js
10pull(source, through, sink)
11```
12
13See also:
14* [Throughs](../throughs/index.md)
15* [Sinks](../sinks/index.md)
16
17## [values](./values.md)
18## [keys](./keys.md)
19## [count](./count.md)
20## [infinite](./infinite.md)
21## [empty](./empty.md)
22## [once](./once.md)
23## [error](./error.md)