UNPKG

ntt-flow

Version:

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

12 lines (11 loc) 301 B
import { Reducer } from './Reducer'; export declare const matrixActions: { DECREMENT: string; INCREMENT: string; PRODUCT: string; REFLECTION: string; ROTATION: string; TRANSLATION: string; }; declare const reduceMatrix: Reducer<Matrix>; export default reduceMatrix;