UNPKG

typedash

Version:

modern, type-safe collection of utility functions

5 lines 223 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-Dm1m4Kgs.d.ts.map