UNPKG
computed-types
Version:
latest (1.11.2)
1.11.2
1.11.1
1.11.0
1.10.2
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha
Runtime validation types for TypeScript.
github.com/neuledge/computed-types
neuledge/computed-types
computed-types
/
index.mjs
4 lines
(3 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
import
{
Schema
}
from
"./lib/index.js"
;
export
*
from
'./lib/index.js'
;
export
default
Schema
;