import { EventEmitter } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Bind an event listener to fire when an event occurs.
Returns
this
to enable you to chain calls.
import { EventEmitter } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Bind an event listener to fire when an event occurs.
this
to enable you to chain calls.