Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dnx/Map/methods/add.ts>default

Fluent modular JavaScript utility library.
Latest
function default
import { default } from "https://deno.land/x/dnx@0.0.5/Map/methods/add.ts";

Type Parameters

T extends readonly [K, V]
K
V

Parameters

this: Map<K, V>
item: T