UNPKG
@rbxts/rotype
Version:
latest (0.0.5)
0.0.5
Advanced runtime type checking library
@rbxts/rotype
/
out
/
index.d.ts
7 lines
(6 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
"./schemas"
;
export
*
from
"./context"
;
export
*
from
"./errors"
;
export
*
from
"./actions"
;
export
type
{
InferInput
,
InferOutput
,
Schema
}
from
"./schema"
;
export
{ is, parse }
from
"./schema"
;