From 81f3efb4368377a5c54bc65d23424bfecfe94a6d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 23 Aug 2018 12:51:47 -0700 Subject: [PATCH] Flow index.js --- web3.js/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web3.js/src/index.js b/web3.js/src/index.js index bf9db6748c..2a12c49a56 100644 --- a/web3.js/src/index.js +++ b/web3.js/src/index.js @@ -1,2 +1,3 @@ +// @flow export {Account} from './account'; export {Connection} from './connection';