@data-client/normalizr
Version:
Normalizes and denormalizes JSON according to schema for Redux and Flux applications
14 lines (13 loc) • 431 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