@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base10
Value
negative
@servicenow/sdk - v4.4.1
Loading...
Represents a bigint literal value without requiring bigint support