Fall back to import x = require() syntax

This commit is contained in:
Leonid Logvinov
2017-06-21 14:11:06 +02:00
parent 40a7be0690
commit a1c363a8af
16 changed files with 32 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
import reduce from 'lodash/reduce';
import reduce = require('lodash/reduce');
import * as Web3 from 'web3';
// Utility function to create a K:V from a list of strings