Skip to main content

nest badge

🦕 kill-port

Deno module that kills the process of an informed port

Deno kill-port is under MIT license.

kill-port is available through:

Usage

import { killPort } from "https://x.nest.land/kill-port@1.0.1/mod.ts";

await killPort(8082);

Test

deno test --allow-run --allow-net

Format code

deno fmt **/*.ts

Resources