UNPKG

ntt-flow

Version:

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

6 lines (5 loc) 293 B
export { default as reduceArray } from './reduceArray'; export { default as reduceMatrix } from './reduceMatrix'; export { default as reduceNumber } from './reduceNumber'; export { default as reduceString } from './reduceString'; export { default as reduceVector } from './reduceVector';