aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-03 23:50:17 +0800
committerFabio Berger <me@fabioberger.com>2018-03-03 23:50:17 +0800
commit6c6bd60a483220706bdecf31b1eef3dc637fade9 (patch)
treee02b05a89f5c8f210e33bbf0472ad1d54d63383a /packages/0x.js/src
parentcef82e72dc667746c57ad855395aa9dc2c7a1b0a (diff)
downloaddexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.tar
dexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.tar.gz
dexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.tar.bz2
dexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.tar.lz
dexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.tar.xz
dexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.tar.zst
dexon-0x-contracts-6c6bd60a483220706bdecf31b1eef3dc637fade9.zip
Consolidate all same exports together
Diffstat (limited to 'packages/0x.js/src')
-rw-r--r--packages/0x.js/src/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts
index 161945443..9879bbb56 100644
--- a/packages/0x.js/src/index.ts
+++ b/packages/0x.js/src/index.ts
@@ -34,6 +34,7 @@ export {
BlockParam,
ContractEventArg,
LogWithDecodedArgs,
+ TransactionReceipt,
TransactionReceiptWithDecodedLogs,
} from '@0xproject/types';
@@ -58,5 +59,3 @@ export {
ExchangeContractEventArgs,
ExchangeEvents,
} from './contract_wrappers/generated/exchange';
-
-export { TransactionReceipt } from '@0xproject/types';