in TypeScript you can do `number` -> `${number}` and then get it character by character to do type l

in TypeScript you can do
number
->
${number}
and then get it character by character to do type level subtraction
Was this page helpful?