1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Changed export statement at index.js

This commit is contained in:
michielmulders 2017-11-02 21:03:40 +01:00
parent 61179c167b
commit c8cdf5eadd

View File

@ -1,5 +1,5 @@
export Ed25519Keypair from './Ed25519Keypair'
export * as Transaction from './transaction'
export Transaction from './transaction'
export Connection from './connection'