type StrToNum = S extends `${infer N extends number}` ? N : R; export { StrToNum };