Fix import export so that it works with doc gen
This commit is contained in:
parent
bcb2af2861
commit
b68273e592
@ -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 };
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user