Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InternMap

import { InternMap } from "https://cdn.skypack.dev/d3-array@3.2.1";
class InternMap extends Map {
constructor(entries, key?);
delete(key);
get(key);
has(key);
set(key, value);
}

§Extends

§Constructors

§
new InternMap(entries, key?)
[src]

§Methods

§
delete(key)
[src]
§
get(key)
[src]
§
has(key)
[src]
§
set(key, value)
[src]