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

std/node/process.ts>Process#emit

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

Parameters

event: string
...args: any[]

Returns

boolean