UNPKG

@data-client/normalizr

Version:

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

6 lines (5 loc) 348 B
import { Schema } from '../interface.js'; import { DenormalizeNullable } from '../types.js'; import { 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.d.ts.map