Fix doc gen
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user