You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# pipesjs
2
2
3
+
<ahref='http://www.recurse.com'title='Made with love at the Recurse Center'><imgsrc='https://cloud.githubusercontent.com/assets/2883345/11325206/336ea5f4-9150-11e5-9e90-d86ad31993d8.png'height='20px'/></a>
4
+
3
5
`pipesjs` includes an evolving bunch of modules of utilities and helpers for [`web streams`](https://streams.spec.whatwg.org).
4
6
5
7
# Modules
@@ -8,6 +10,10 @@
8
10
9
11
The `core` module contains some basic utility functions to make working with `web streams` easier.
10
12
13
+
## [pipes/utils](http://pipes.js.org/utils)
14
+
15
+
The `pipesjs/utils` module is to `web streams` what `highland.js` is to `node streams`. It contains utility functions to make working with `web streams` a lot easier. For more about `Web Streams`, refer to the [spec](https://streams.spec.whatwg.org).
0 commit comments