We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4459dc commit fb1249aCopy full SHA for fb1249a
src/index.ts
@@ -494,6 +494,7 @@ export function create (options: string | Multiaddr | URL | Options = {}): KuboR
494
return createKuboRPCClient(options)
495
}
496
497
+export { create as createKuboRPCClient }
498
export { CID } from 'multiformats/cid'
499
export { multiaddr } from '@multiformats/multiaddr'
500
export * from './lib/glob-source.js'
0 commit comments