kjelsrud.dev/node_modules/astro/dist/cli/throw-and-exit.d.ts

3 lines
110 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/** Display error and exit */
export declare function throwAndExit(cmd: string, err: unknown): Promise<void>;