UNPKG

ipfsd-ctl

Version:

Spawn IPFS Daemons, Kubo or...

7 lines 209 B
import type { NodeType } from './index.js'; export interface ConfigInit { type?: NodeType; } declare const _default: (init: ConfigInit) => any; export default _default; //# sourceMappingURL=config.d.ts.map