diff --git a/src/index.ts b/src/index.ts index 23e32f2..10d1486 100644 --- a/src/index.ts +++ b/src/index.ts @@ -84,6 +84,10 @@ export class IPFSClient extends Client { }, }; } + + public async register() { + return this.callModuleReturn("register"); + } } export const createClient = factory(IPFSClient, MODULE);