UNPKG

@isdk/bigint

Version:

The BigInteger class wrapped bn.js and native BitInt

8 lines (5 loc) 146 B
import BNum from 'bn.js'; declare class BN extends BNum { constructor(num: number | string | Uint8Array | boolean | null); } export { BN };