UNPKG

@bluecadet/launchpad-cli

Version:
6 lines 248 B
import { type ResultAsync } from "neverthrow"; import type { GlobalLaunchpadArgs } from "../cli.js"; export declare function start(argv: GlobalLaunchpadArgs & { detach?: boolean; }): ResultAsync<void, Error>; //# sourceMappingURL=start.d.ts.map