UNPKG

@data-client/normalizr

Version:

Normalizes and denormalizes JSON according to schema for Redux and Flux applications

3 lines 241 B
import type { INormalizeDelegate } from '../interface.js'; export declare const getVisit: (delegate: INormalizeDelegate) => (schema: any, value: any, parent: any, key: any, args: readonly any[]) => any; //# sourceMappingURL=getVisit.d.ts.map