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 stringActions: { DECREMENT: string; INCREMENT: string; }; declare const reduceString: Reducer<string>; export default reduceString;