IOweb/node_modules/astro/dist/cli/throw-and-exit.d.ts
2026-07-03 15:07:38 -05:00

2 lines
110 B
TypeScript

/** Display error and exit */
export declare function throwAndExit(cmd: string, err: unknown): Promise<void>;