Default to an objectMode: true instance but allow creating other instances with other defaults

This commit is contained in:
Lewis Diamond
2020-08-03 18:54:40 -04:00
parent 4aac05c9c0
commit 87c44de799
32 changed files with 241 additions and 76 deletions

View File

@@ -1,2 +1,29 @@
export { strom } from "./functions";
import { strom } from "./functions";
export * from "./utils";
export const {
fromArray,
map,
flatMap,
filter,
reduce,
split,
join,
replace,
parse,
stringify,
collect,
concat,
merge,
duplex,
child,
last,
batch,
unbatch,
rate,
parallelMap,
accumulator,
accumulatorBy,
compose,
demux,
instance,
} = strom();