Return true
if the given PID is running.
import isRunning from "https://deno.land/x/is_running/mod.ts";
isRunning(Deno.pid); // true
isRunning(13232);
deno run --allow-run --unstable https://deno.land/x/is_running/example.ts
deno_is_running is released under the MIT License. See the bundled LICENSE file for details.