UNPKG

ipfs-http-client

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