UNPKG

@data-client/normalizr

Version:

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

10 lines (9 loc) 356 B
import Cache from './cache.js'; import { GetEntity } from './getEntities.js'; import { EntityPath } from '../types.js'; declare const getUnvisit: (getEntity: GetEntity, cache: Cache, args: readonly any[]) => (schema: any, input: any) => { data: any; paths: EntityPath[]; }; export default getUnvisit; //# sourceMappingURL=unvisit.d.ts.map