Skip to main content
Module

std/node/events.ts>default#off

Deno standard library
Go to Latest
method default.prototype.off
import { default } from "https://deno.land/std@0.147.0/node/events.ts";

Alias for emitter.removeListener().

Parameters

eventName: string | symbol
listener: (...args: any[]) => void