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

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

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

Properties

[[Symbol.toStringTag]]: string

Methods

has(key: K): boolean
get(key: K): V | undefined
set(key: K, value: V): this
delete(key: K): boolean
keys(): Iterable<K>