@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
13 lines (12 loc) • 337 B
TypeScript
/**
* @author WMXPY
* @namespace Variable_SandLiteral
* @description BigInt
*/
export declare class SandLiteralBigInt {
static resolve(value: number | SandLiteralBigInt | bigint): bigint;
static create(value: string): SandLiteralBigInt;
private readonly _value;
private constructor();
toNativeBigInt(): bigint;
}