UNPKG

@data-client/normalizr

Version:

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

3 lines 180 B
/** https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-4.html#the-noinfer-utility-type */ export type NI<T> = NoInfer<T>; //# sourceMappingURL=NoInfer.d.ts.map