Deno module that kills the process of an informed port
kill-port is available through:
import { killPort } from "https://x.nest.land/kill-port@1.0.1/mod.ts"; await killPort(8082);
deno test --allow-run --allow-net
deno fmt **/*.ts