Memit
Bun

method

events.default.NodeEventTarget.emit

type: string,
arg: any
): boolean;

Node.js-specific extension to the EventTarget class that dispatches the arg to the list of handlers for type.

@returns

true if event listeners registered for the type exist, otherwise false.