@traversable/schema
Preparing search index...
@traversable/schema
t
isPredicate
Variable isPredicate
Const
isPredicate
:
<
S
,
T
extends
S
>
(
got
:
unknown
,
)
=>
got
is
{
()
:
boolean
;
(
x
:
S
)
:
x
is
T
}
= ...
Type declaration
<
S
,
T
extends
S
>
(
got
:
unknown
)
:
got
is
{
()
:
boolean
;
(
x
:
S
)
:
x
is
T
}
Type Parameters
S
T
extends
S
Parameters
got
:
unknown
Returns
got
is
{
()
:
boolean
;
(
x
:
S
)
:
x
is
T
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@traversable/schema
Loading...