UNPKG

@data-client/normalizr

Version:

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

5 lines 361 B
import type { Schema } from '../interface.js'; import type { DenormalizeNullable } from '../types.js'; import type { INVALID } from './symbol.js'; export declare function denormalize<S extends Schema>(schema: S | undefined, input: any, entities: any, args?: readonly any[]): DenormalizeNullable<S> | typeof INVALID; //# sourceMappingURL=denormalize.imm.d.ts.map