[breaking] export types and blockchain from core

@types
neeboo 6 years ago
parent b4cf2a3ab4
commit 95374015b6
  1. 3
      packages/harmony-core/src/index.ts

@ -1,2 +1,3 @@
export * from './harmony';
// export * from './types';
export * from './blockchain';
export * from './types';

Loading…
Cancel
Save