strom/src/index.ts

25 lines
308 B
TypeScript
Raw Normal View History

2019-06-04 14:21:15 +00:00
export {
fromArray,
map,
flatMap,
filter,
reduce,
split,
join,
replace,
parse,
stringify,
collect,
concat,
merge,
duplex,
child,
last,
batch,
unbatch,
rate,
parallelMap,
2019-08-09 13:58:14 +00:00
accumulator,
2019-08-16 13:02:54 +00:00
accumulatorBy,
2019-06-04 14:21:15 +00:00
} from "./functions";