2 lines
73 B
TypeScript
2 lines
73 B
TypeScript
export default function exitWithError(msg: string, code?: number): void;
|
export default function exitWithError(msg: string, code?: number): void;
|