Add EnvVars type

This commit is contained in:
fabioberger 2019-11-16 08:21:10 +00:00
parent e1ea65525f
commit 117f4a282d

View File

@ -1,7 +1,7 @@
export { BlockchainLifecycle } from './blockchain_lifecycle'; export { BlockchainLifecycle } from './blockchain_lifecycle';
export { web3Factory, Web3Config } from './web3_factory'; export { web3Factory, Web3Config } from './web3_factory';
export { constants as devConstants } from './constants'; export { constants as devConstants } from './constants';
export { env } from './env'; export { env, EnvVars } from './env';
export { callbackErrorReporter } from './callback_error_reporter'; export { callbackErrorReporter } from './callback_error_reporter';
export { chaiSetup } from './chai_setup'; export { chaiSetup } from './chai_setup';
export { tokenUtils } from './token_utils'; export { tokenUtils } from './token_utils';