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
/
get-endpoint-config.d.ts
8 lines
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
const
createGetEndpointConfig
:
import
(
"./types.js"
).
ConfigureFactory
<
() =>
{
host
:
string
;
port
:
string
;
protocol
:
string
;
pathname
:
string
;
'api-path'
:
string
; }>;
//# sourceMappingURL=get-endpoint-config.d.ts.map