A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.
3.52k
stars
58
forks
source link
[Feature Request] Support for `Digit` and `Digits` #39
Open
brandonmcconnell opened 1 year ago
It would be helpful to be able to specify
Digits
andDigit
types.Definitions
Usages
TypeScript Playground: https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAKjgQwM5wBJwGZQiOAcgAsIZUBjKYMGQg…
UPDATE: I've refined the example to include the recently supported
Unions.Range
.