Add demux

This commit is contained in:
Jerry Kurian
2019-08-28 17:01:51 -04:00
parent c7903376e9
commit 9b09a3f949
6 changed files with 120 additions and 1 deletions

View File

@@ -20,3 +20,4 @@ export { split } from "./split";
export { stringify } from "./stringify";
export { unbatch } from "./unbatch";
export { compose } from "./compose";
export { demux } from "./demux";