UNPKG
kubo-rpc-client-esm-cjs
Version:
canary (3.0.1)
latest (3.0.1)
3.0.1
A client library for the Kubo RPC API
github.com/ipfs/js-kubo-rpc-client
ipfs/js-kubo-rpc-client
kubo-rpc-client-esm-cjs
/
dist
/
esm
/
src
/
key
/
index.d.ts
6 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@param
{
import('../types.js').Options
}
config
*
@returns
{
import('./types.js').KeyAPI
} */
export
function
createKey
(
config:
import
(
'../types.js'
).Options
):
import
(
'./types.js'
).
KeyAPI
;
//# sourceMappingURL=index.d.ts.map