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
2018-10-05 12:34:31 +02:00

8 lines
105 B
TypeScript

import Ocean from "./ocean/Ocean"
import Logger from "./utils/Logger"
export {
Ocean,
Logger,
}