Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/process.ts>Process#off

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Process.prototype.off
import { Process } from "https://deno.land/std@0.172.0/node/process.ts";

Parameters

event: "exit"
listener: (code: number) => void

Parameters

event: notImplementedEvents[number]
listener: Function