UNPKG

ipfs-http-client

Version:
8 lines 201 B
import { createApply } from './apply.js'; import { createList } from './list.js'; export function createProfiles(config) { return { apply: createApply(config), list: createList(config) }; }