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

x/events/mod.ts>default#on

EventEmitter for deno
Latest
method default.prototype.on
import { default } from "https://deno.land/x/events@v1.0.0/mod.ts";

Parameters

eventName: string | symbol
listener: Function
optional
prepend: boolean