Flesh out 0x.js index.ts and added some exports to other index.ts in the process

This commit is contained in:
Fabio Berger
2018-08-14 16:25:37 -07:00
parent 644fe1de8f
commit 8bebffb147
4 changed files with 51 additions and 6 deletions

View File

@@ -6,4 +6,6 @@ export {
ContractNetworks,
GeneratedCompilerOptions,
ContractNetworkData,
ContractVersionData,
Source,
} from './utils/types';