Change parse to be a static property

pull/39/head
HenryNguyen5 6 years ago
parent 12f131ee9d
commit c6b6e282e0

@ -291,7 +291,7 @@ declare namespace BigInteger {
* @returns {BigInteger}
* @memberof BigInteger
*/
parse(s: string, base?: number): BigInteger;
static parse(s: string, base?: number): BigInteger;
/**
* @description Add two <BigIntegers>.

Loading…
Cancel
Save