UNPKG

kubo-rpc-client-esm-cjs

Version:
10 lines 230 B
import { createApply } from './apply.js'; /** * @param {import('../../types').Options} config */ export function createProfiles(config) { return { apply: createApply(config) }; } //# sourceMappingURL=index.js.map