UNPKG

ntt-flow

Version:

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

8 lines (7 loc) 205 B
import { Reducer } from './Reducer'; export declare const vectorActions: { DECREMENT: string; INCREMENT: string; }; declare const reduceVector: Reducer<Vector>; export default reduceVector;