kubo-rpc-client-esm-cjs
Version:
A client library for the Kubo RPC API
5 lines • 387 B
TypeScript
/**
* @param {import('../../../lib/core').Client} client
*/
export function createAdd(client: import('../../../lib/core').Client): (name: string, credentials: import("ipfs-core-types/src/pin/remote/service/index.js").Credentials & import("ipfs-core-types/src/utils.js").AbortOptions & import("../../../types").HTTPClientExtraOptions) => Promise<void>;
//# sourceMappingURL=add.d.ts.map