UNPKG

@alphanova/builder

Version:

A fully fledged facade that facilitates object manipulation

8 lines (7 loc) 318 B
import { Structure } from "./Models/Document"; import { StoreAction } from "./Models/Redux"; /** * * @deprecated */ export declare function GeneralReducer<T extends Structure>(initialState: Record<string, T>, model_name: string): (state: Record<string, T> | undefined, action: StoreAction<T>) => Record<string, T>;