aboutsummaryrefslogblamecommitdiffstats
path: root/packages/dev-utils/src/globals.d.ts
blob: 4fee73568cabfd3f7f09e99174138b30cacea056 (plain) (tree)
1
2
3
4
5
6
7
8
                                                       
 




                         
 
declare module 'web3-provider-engine/subproviders/rpc';

declare module '*.json' {
    const json: any;
    /* tslint:disable */
    export default json;
    /* tslint:enable */
}