@data-client/normalizr
Version:
Normalizes and denormalizes JSON according to schema for Redux and Flux applications
7 lines • 312 B
TypeScript
export type FetchFunction<A extends readonly any[] = any, R = any> = (...args: A) => Promise<R>;
export * from './ErrorTypes.js';
export * from './utility.js';
export * from './IndexInterface.js';
export * from './EndpointInterface.js';
export * from './SnapshotInterface.js';
//# sourceMappingURL=types.d.ts.map