@traversable/schema
Preparing search index...
@traversable/schema
t_Schema
Interface t_Schema<Fn>
interface
t_Schema
<
Fn
extends
t_LowerBound
=
t_LowerBound
>
{
_type
?:
Fn
[
"_type"
]
;
def
?:
Fn
[
"def"
]
;
tag
?:
Fn
[
"tag"
]
;
(
got
:
Unknown
)
:
got
is
Fn
[
"_type"
]
;
(
got
:
unknown
)
:
got
is
Fn
[
"_type"
]
;
}
Type Parameters
Fn
extends
t_LowerBound
=
t_LowerBound
t_Schema
(
got
:
Unknown
)
:
got
is
Fn
[
"_type"
]
Parameters
got
:
Unknown
Returns
got
is
Fn
[
"_type"
]
t_Schema
(
got
:
unknown
)
:
got
is
Fn
[
"_type"
]
Parameters
got
:
unknown
Returns
got
is
Fn
[
"_type"
]
Index
Properties
_
type?
def?
tag?
Properties
Optional
Readonly
_
type
_type
?:
Fn
[
"_type"
]
Optional
def
def
?:
Fn
[
"def"
]
Optional
tag
tag
?:
Fn
[
"tag"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
type
def
tag
@traversable/schema
Loading...