@data-client/normalizr
Version:
Normalizes and denormalizes JSON according to schema for Redux and Flux applications
3 lines • 321 B
TypeScript
import type { EntityInterface, GetEntity } from '../interface.js';
export declare const getVisit: (addEntity: (schema: EntityInterface, processedEntity: any, id: string) => void, getEntity: GetEntity) => (schema: any, value: any, parent: any, key: any, args: readonly any[]) => any;
//# sourceMappingURL=getVisit.d.ts.map