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
/
cjs
/
src
/
diag
/
cmds.d.ts
2 lines
•
288 B
TypeScript
View Raw
1
2
export
const
createCmds
:
import
(
"../types"
).
ConfigureFactory
<
(
options?: (
import
(
"ipfs-core-types/src/utils.js"
).AbortOptions &
import
(
"../types"
).HTTPClientExtraOptions) |
undefined
) =>
Promise
<
import
(
"ipfs-core-types/src/diag/index.js"
).
CmdsResult
[]>>;
//# sourceMappingURL=cmds.d.ts.map