30 lines
503 B
Plaintext
30 lines
503 B
Plaintext
|
|
{{alias}}( value )
|
|
Returns a BigInt.
|
|
|
|
Unlike conventional constructors, this function does **not** support the
|
|
`new` keyword.
|
|
|
|
This function is only supported in environments which support BigInts.
|
|
|
|
Parameters
|
|
----------
|
|
value: integer|string
|
|
Value of the BigInt.
|
|
|
|
Returns
|
|
-------
|
|
out: BigInt
|
|
BigInt.
|
|
|
|
Examples
|
|
--------
|
|
> var v = ( {{alias}} ) ? {{alias}}( '1' ) : null
|
|
|
|
|
|
TODO: document properties/methods
|
|
|
|
See Also
|
|
--------
|
|
|