UNPKG
type-level-schema
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.2
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Typescript typings for JSON schemas
github.com/andnp/type-level-schema
andnp/type-level-schema
type-level-schema
/
defs
/
boolean.d.ts
3 lines
(2 loc)
•
84 B
TypeScript
View Raw
1
2
3
import
{
TypeDef
}
from
'../index'
;
export
type
BooleanSchema
=
TypeDef
<
'boolean'
>;