ipfsd-ctl
Version:
Spawn IPFS Daemons, JS or Go
12 lines • 470 B
TypeScript
/**
* close repoPath , repoPath/keys, repoPath/blocks and repoPath/datastore
*/
export declare const removeRepo: (repoPath: string) => Promise<void>;
/**
* @param {string} repoPath
*/
export declare const repoExists: (repoPath: string) => Promise<boolean>;
export declare const defaultRepo: () => string;
export declare const checkForRunningApi: () => string | null;
export declare const tmpDir: (type?: string) => string;
//# sourceMappingURL=utils.browser.d.ts.map