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

@@ -8,13 +8,7 @@ export {
Sources,
} from '@0x/sol-tracing-utils';
export {
JSONRPCRequestPayload,
SupportedProvider,
JSONRPCErrorCallback,
JSONRPCResponsePayload,
JSONRPCResponseError,
} from 'ethereum-types';
export { JSONRPCRequestPayload, JSONRPCResponsePayload, JSONRPCResponseError } from 'ethereum-types';
export {
JSONRPCRequestPayloadWithMethod,
@@ -23,3 +17,5 @@ export {
OnNextCompleted,
Callback,
} from '@0x/subproviders';
export import Web3ProviderEngine = require('web3-provider-engine');