Fix doc gen

This commit is contained in:
Fabio Berger
2019-02-20 13:20:32 -08:00
parent ba56019f2d
commit e86df96bfe
12 changed files with 48 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
declare module 'ganache-core' {
import GanacheProvider = require('ethereum-types').GanacheProvider;
const GanacheProvider = require('ethereum-types').GanacheProvider;
export interface GanacheOpts {
verbose?: boolean;
logger?: {