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
105 B
TypeScript
Raw Normal View History

2018-10-05 12:34:31 +02:00
import Ocean from "./ocean/Ocean"
2018-10-02 10:06:26 +02:00
import Logger from "./utils/Logger"
2018-09-25 08:30:54 +02:00
export {
Ocean,
2018-09-25 09:14:01 +02:00
Logger,
2018-10-02 10:06:26 +02:00
}