@data-client/normalizr
Version:
Normalizes and denormalizes JSON according to schema for Redux and Flux applications
10 lines (9 loc) • 372 B
TypeScript
import Cache from './cache.js';
import { EntityPath } from '../interface.js';
import { 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