UNPKG

605 BTypeScriptView Raw
1/**
2 * @name _0n
3 * @summary BigInt constant for 0.
4 */
5export declare const _0n: bigint;
6/**
7 * @name _1n
8 * @summary BigInt constant for 1.
9 */
10export declare const _1n: bigint;
11/**
12 * @name _1Mn
13 * @summary BigInt constant for 1,000,000.
14 */
15export declare const _1Mn: bigint;
16/**
17* @name _1Bn
18* @summary BigInt constant for 1,000,000,000.
19*/
20export declare const _1Bn: bigint;
21/**
22* @name _1Qn
23* @summary BigInt constant for 1,000,000,000,000,000,000.
24*/
25export declare const _1Qn: bigint;
26/**
27* @name _2pow53n
28* @summary BigInt constant for MAX_SAFE_INTEGER
29*/
30export declare const _2pow53n: bigint;