UNPKG

ipfsd-ctl

Version:

Spawn IPFS Daemons, Kubo or...

5 lines 248 B
import type { Node, Factory } from '../index.js'; import type { Server } from '@hapi/hapi'; declare const _default: (server: Server, ipfsd: Factory, nodes: Record<string, Node>) => void; export default _default; //# sourceMappingURL=routes.d.ts.map