UNPKG

@data-client/normalizr

Version:

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

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