Skip to main content
Module

x/bettermap/mod.ts>BetterMap#first

An extension of the Map class with more Array-like features.
Go to Latest
method BetterMap.prototype.first
import { BetterMap } from "https://deno.land/x/bettermap@v1.1.0/mod.ts";

Get the first element from the map.

Returns

V | undefined

The first element / undefined.