Module

x/ash/src/EventEmitter.ts>default#emit

A stylish web framework for Deno!
Latest
method default.prototype.emit
import { default } from "https://dotland.deno.dev/x/ash@1.3.6/src/EventEmitter.ts";

Emits an event, calling all of its listeners.

Parameters

name: string

The event to emit.

...args: any

The arguments that will be sent to the listeners.