Type alias ExitWithCodeValue

ExitWithCodeValue: number | false

A possible value, indicating, with what code a process should be exited.

false indicate NOT to exit the process.

Generated using TypeDoc