UNPKG

kubo-rpc-client

Version:
7 lines 185 B
import { createPatch } from './patch/index.js'; export function createObject(client, codecs) { return { patch: createPatch(client) }; } //# sourceMappingURL=index.js.map