UNPKG

ipfsd-ctl

Version:
5 lines 246 B
import type { Server } from '@hapi/hapi'; import type { Factory } from '../index.js'; declare const _default: (server: Server, createFactory: () => Factory | Promise<Factory>) => void; export default _default; //# sourceMappingURL=routes.d.ts.map