UNPKG

@data-client/normalizr

Version:

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

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