Skip to main content
Module

std/node/process.ts>kill

Deno standard library
Go to Latest
function kill
import { kill } from "https://deno.land/std@0.158.0/node/process.ts";

Parameters

pid: number
optional
sig: Deno.Signal | number = [UNSUPPORTED]