import * as net from "https://deno.land/x/net@v1.0.4/lib/util/emitter.ts";
Classes
Event Emitter is a simple event class with the sole purpose of being lightweight and easy to use. It only provides 4 basic methods. |
import * as net from "https://deno.land/x/net@v1.0.4/lib/util/emitter.ts";
Event Emitter is a simple event class with the sole purpose of being lightweight and easy to use. It only provides 4 basic methods. |