kubo-rpc-client-esm-cjs
Version:
A client library for the Kubo RPC API
14 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createProfiles = void 0;
const apply_js_1 = require("./apply.js");
/**
* @param {import('../../types').Options} config
*/
function createProfiles(config) {
return {
apply: (0, apply_js_1.createApply)(config)
};
}
exports.createProfiles = createProfiles;
//# sourceMappingURL=index.js.map