UNPKG

remeda

Version:

A utility library for JavaScript and Typescript.

5 lines 171 B
//#region src/internal/types/NoInfer.d.ts type NoInfer<T> = T extends infer U ? U : never; //#endregion export { NoInfer }; //# sourceMappingURL=NoInfer-n3vIWq2R.d.cts.map