1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/dist/squid.js
2018-08-31 15:17:12 +02:00

4 lines
118 B
JavaScript

import OceanAgent from './ocean-agent';
import OceanKeeper from './ocean-keeper';
export { OceanAgent, OceanKeeper };