UNPKG
typeas
Version:
latest (0.0.1)
0.0.1
Library for checking data values and type safety
github.com/openorson/typeas
typeas
/
src
/
types
/
integer-string.ts
2 lines
(1 loc)
•
42 B
text/typescript
View Raw
1
2
export
type
IntegerString
=
`
${
bigint
}
`
;