Home > @lynx-js/rspeedy > ExposedAPI > exit

ExposedAPI.exit property

Exit the process.

Signature:

exit: (code?: number) => Promise<void> | void;