KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
PseudoBigInt
Interface PseudoBigInt
Represents a bigint literal value without requiring bigint support
interface
PseudoBigInt
{
base10Value
:
string
;
negative
:
boolean
;
}
Index
Properties
base10
Value
negative
Properties
base10
Value
base10Value
:
string
negative
negative
:
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
base10
Value
negative
Github
KC's Workspace
Loading...
Represents a bigint literal value without requiring bigint support