UNPKG

typedash

Version:

modern, type-safe collection of utility functions

5 lines 224 B
//#region src/types/CastToString.d.ts type CastToString<T> = T extends number | boolean ? `${T}` : T extends symbol ? never : T; //#endregion export { CastToString as t }; //# sourceMappingURL=CastToString-njj4K8EX.d.cts.map