Skip to main content
Module

x/dkill/mod.ts>dkill

🎯kill processes identified by port in Deno 🦕
Go to Latest
function dkill
import { dkill } from "https://deno.land/x/dkill@0.9.1/mod.ts";

invoke dKill

Parameters

targets: { pids?: number[]; ports?: number[]; procs?: string[]; }
optional
opts: { verbose?: boolean; dryrun?: boolean; includeCmds?: boolean; }

array of pids