UNPKG

@bluecadet/launchpad-cli

Version:
6 lines 374 B
import { ResultAsync } from "neverthrow"; import type { LaunchpadArgv } from "../cli.js"; import { ImportError } from "../errors.js"; export declare function content(argv: LaunchpadArgv): ResultAsync<void, never>; export declare function importLaunchpadContent(): ResultAsync<typeof import("@bluecadet/launchpad-content"), ImportError>; //# sourceMappingURL=content.d.ts.map