ts-fortress
Preparing search index...
primitives/bigint
bigint
Function bigint
bigint
(
defaultValue
?:
bigint
)
:
Type
<
bigint
>
Parameters
Optional
defaultValue
:
bigint
Returns
Type
<
bigint
>
bigint
<
B
extends
bigint
,
const
C
extends
Partial
<
Readonly
<
{
gt
:
bigint
;
gte
:
bigint
;
lt
:
bigint
;
lte
:
bigint
;
max
:
bigint
;
min
:
bigint
;
multipleOf
:
bigint
;
negative
:
boolean
;
nonNegative
:
boolean
;
nonPositive
:
boolean
;
positive
:
boolean
;
step
:
bigint
;
}
,
>
,
>
,
>
(
defaultValue
:
B
&
DefaultValueWhenNegativeIsOn
<
B
,
C
>
&
DefaultValueWhenNonNegativeIsOn
<
B
,
C
,
>
&
DefaultValueWhenPositiveIsOn
<
B
,
C
>
&
DefaultValueWhenNonPositiveIsOn
<
B
,
C
,
>
,
constraints
:
C
,
)
:
Type
<
bigint
>
Type Parameters
B
extends
bigint
const
C
extends
Partial
<
Readonly
<
{
gt
:
bigint
;
gte
:
bigint
;
lt
:
bigint
;
lte
:
bigint
;
max
:
bigint
;
min
:
bigint
;
multipleOf
:
bigint
;
negative
:
boolean
;
nonNegative
:
boolean
;
nonPositive
:
boolean
;
positive
:
boolean
;
step
:
bigint
;
}
,
>
,
>
Parameters
defaultValue
:
B
&
DefaultValueWhenNegativeIsOn
<
B
,
C
>
&
DefaultValueWhenNonNegativeIsOn
<
B
,
C
>
&
DefaultValueWhenPositiveIsOn
<
B
,
C
,
>
&
DefaultValueWhenNonPositiveIsOn
<
B
,
C
>
constraints
:
C
Returns
Type
<
bigint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-fortress
Loading...