UNPKG

kubo-rpc-client

Version:
7 lines 173 B
import { createApply } from './apply.js'; export function createProfiles(client) { return { apply: createApply(client) }; } //# sourceMappingURL=index.js.map