bunext/dist/utils/exit-with-error.d.ts

2 lines
73 B
TypeScript

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