Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/evt/tools/minimal-polyfills/LightSet.ts>LightSet

💧EventEmitter's typesafe replacement
Latest
interface LightSet
import { type LightSet } from "https://deno.land/x/evt@v2.5.7/tools/minimal-polyfills/LightSet.ts";

Properties

[[Symbol.toStringTag]]: string

Methods

has(value: T): boolean
add(value: T): this
values(): Iterable<T>
delete(value: T): boolean