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

@@ -22,4 +22,5 @@ export {
accumulator,
accumulatorBy,
compose,
demux,
} from "./functions";