UNPKG

@data-client/normalizr

Version:

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

5 lines 478 B
import type { Visit } from '../interface.js'; export declare const normalize: (schema: any, input: any, parent: any, key: any, args: readonly any[], visit: Visit, addEntity: any, getEntity: any, checkLoop: any) => any; export declare const denormalize: (schema: any, input: {}, args: readonly any[], unvisit: any) => any; export declare function queryKey(schema: any, args: readonly any[], queryKey: any, getEntity: any, getIndex: any): any; //# sourceMappingURL=Object.d.ts.map