blob: 894e56c583e5ab973bcda38f5dd4cf18ba49481b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
declare module 'web3-provider-engine';
declare module 'web3-provider-engine/subproviders/rpc';
declare module '*.json' {
const json: any;
/* tslint:disable */
export default json;
/* tslint:enable */
}
|