UNPKG

kubo-rpc-client-esm-cjs

Version:
11 lines (9 loc) 189 B
import { createApply } from './apply.js' /** * @param {import('../../types').Options} config */ export function createProfiles (config) { return { apply: createApply(config) } }