Files
bunext/dist/utils/exit-with-error.d.ts
T
2026-03-21 06:34:32 +01:00

2 lines
73 B
TypeScript

export default function exitWithError(msg: string, code?: number): void;