1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix export (#1309)

This commit is contained in:
mihaisc 2022-02-23 10:56:01 +02:00 committed by GitHub
parent aadd1458ba
commit c930b59c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,4 @@ export * from './Constants'
export * from './SignatureUtils'
export * from './TokenUtils'
export * from './General'
export * from './PoolHelpers'