Skip to main content
Module

x/windmill/node_modules/minimal-polyfills/src/Map.ts>LightMapImpl

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class LightMapImpl
implements LightMap<K, V>
import { LightMapImpl } from "https://deno.land/x/windmill@v1.394.3/node_modules/minimal-polyfills/src/Map.ts";

Constructors

new
LightMapImpl()

Properties

private
readonly
record: [K, V][]
[Symbol.toStringTag]: string

Methods

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