UNPKG
typeas
Version:
latest (0.0.1)
0.0.1
Library for checking data values and type safety
github.com/openorson/typeas
typeas
/
dist
/
esm
/
expansions
/
enum.d.ts
5 lines
(3 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
5
interface
EnumCheckerCustomEnum
{ }
export
type
{
EnumCheckerCustomEnum
};