Add bigNumber dependency

This commit is contained in:
Fabio Berger
2017-05-24 17:17:58 +02:00
committed by Leonid Logvinov
parent f86159e717
commit a7f1137db8
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
declare module 'web3' {
import * as BigNumber from 'bignumber.js';
class Web3 {
public static providers: typeof providers;