Expand interfaces

This commit is contained in:
Jaco Greeff
2018-06-22 15:43:18 +02:00
parent 771654d5a9
commit 0ff18a85bb
27 changed files with 135 additions and 56 deletions

View File

@ -1,4 +1,4 @@
import BN = require('bn.js');
import BN from 'bn.js';
let bn = new BN(42);
bn = bn.add(bn);