@data-client/normalizr
Version:
Normalizes and denormalizes JSON according to schema for Redux and Flux applications
10 lines • 383 B
TypeScript
import { ImmDelegate } from '../delegate/Delegate.imm.js';
import type { DenormGetEntity } from './types.js';
/** Handles ImmutableJS state for MemoCache methods */
export declare const MemoPolicy: {
QueryDelegate: typeof ImmDelegate;
getEntities(entities: {
getIn(path: [string, string]): unknown;
}): DenormGetEntity;
};
//# sourceMappingURL=Policy.imm.d.ts.map