Fix import export so that it works with doc gen

This commit is contained in:
Fabio Berger 2018-11-29 17:30:21 +00:00
parent bcb2af2861
commit b68273e592

View File

@ -10,5 +10,4 @@ export { NULL_BYTES } from './constants';
export { errorUtils } from './error_utils'; export { errorUtils } from './error_utils';
export { fetchAsync } from './fetch_async'; export { fetchAsync } from './fetch_async';
export { signTypedDataUtils } from './sign_typed_data_utils'; export { signTypedDataUtils } from './sign_typed_data_utils';
import * as AbiEncoder from './abi_encoder'; export import AbiEncoder = require('./abi_encoder');
export { AbiEncoder };