1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/squid.ts

8 lines
102 B
TypeScript
Raw Normal View History

2018-09-25 09:14:01 +02:00
import Ocean from "./ocean";
import Logger from "./utils/logger";
2018-09-25 08:30:54 +02:00
export {
Ocean,
2018-09-25 09:14:01 +02:00
Logger,
};