UNPKG

@cloud-copilot/cli

Version:

A standardized library for CLI building TypeScript CLI applications

8 lines 285 B
/** * Optionally print a message and exit the process with the given exit code. * * @param exitCode the exit code to use * @param message the message to print */ export declare function exit(exitCode: number, message: string | undefined): void; //# sourceMappingURL=utils.d.ts.map