Unless I am not seeing something very obvious, why is everything in `Process` module typed `(t, ...) => ...`? Something as seemingly trivial as `NodeJs.Process.exit(0)` just wouldn't work.
Unless I am not seeing something very obvious, why is everything in
Processmodule typed(t, ...) => ...?Something as seemingly trivial as
NodeJs.Process.exit(0)just wouldn't work.