@traversable/schema
Preparing search index...
@traversable/zod-test
Bounds
clampMin
Variable clampMin
Const
clampMin
:
<
T
extends
number
|
bigint
>
(
min
:
T
,
max
:
T
,
predicate
:
(
x
:
T
|
null
)
=>
x
is
T
,
)
=>
(
x
:
T
|
null
,
y
:
T
|
null
)
=>
T
|
null
= ...
Type declaration
<
T
extends
number
|
bigint
>
(
min
:
T
,
max
:
T
,
predicate
:
(
x
:
T
|
null
)
=>
x
is
T
,
)
:
(
x
:
T
|
null
,
y
:
T
|
null
)
=>
T
|
null
Type Parameters
T
extends
number
|
bigint
Parameters
min
:
T
max
:
T
predicate
:
(
x
:
T
|
null
)
=>
x
is
T
Returns
(
x
:
T
|
null
,
y
:
T
|
null
)
=>
T
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@traversable/schema
Loading...