deploy1 6 years ago
parent
commit
45fbc324fe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      index.js

+ 2 - 1
index.js

@@ -7,7 +7,6 @@ var zlib = require('zlib');
 var BP = {};
 
 
-BP.bigint = bigi;
 
 BP.bitSize = function() {
     return (this.length * 8);
@@ -512,6 +511,8 @@ function nb(a, encoding, minsize) {
     return holder;
 }
 
+nb.bigint  = bigi;
+
 
 module.exports = nb;