import { type StrNum } from "https://deno.land/x/rimbu@0.13.5/typical/index.ts";
const { FromNumber } = StrNum;
Converts a natural number to a string-number, otherwise never.
Examples
Example 1
Example 1
NumberToStringNum<123> => '123'
NumberToStringNum<-13> => never
definition: NatNum<`${N}`>