@php-wasm/universalFunctionsisExitCodeisExitCode CallableisExitCode(e: any): e is { exitCode: number }Check if the Emscripten-thrown error is an exit code 0 error.Parameterse: anyThe error to checkReturns e is { exitCode: number }True if the error appears to represent an exit code or status
Check if the Emscripten-thrown error is an exit code 0 error.