UNPKG

ipfsd-ctl

Version:
9 lines 602 B
import type { ControllerOptions, ControllerType } from './index.js'; export declare const removeRepo: (repoPath: string) => Promise<void>; export declare const repoExists: (repoPath: string) => Promise<boolean>; export declare const defaultRepo: (type?: ControllerType) => string; export declare const checkForRunningApi: (repoPath?: string) => string | null; export declare const tmpDir: (type?: string) => string; export declare function buildInitArgs(opts?: ControllerOptions): string[]; export declare function buildStartArgs(opts?: ControllerOptions): string[]; //# sourceMappingURL=utils.d.ts.map