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