SkillAgentSearch skills...

Bettermap

An extension of the Map class with more Array-like features.

Install / Use

/learn @retraigo/Bettermap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BetterMap

An extension of the Map class with more Array-like features.

NOTE

Maps are not ordered data structures. JavaScript Maps store elements in the order of insertion. Any sorting / indexing method implemented involves converting the Map into an Array or Iterator to do necessary operations.

Related: Policy Maps and Sets for JavaScript

Click here for docs

Installation

There ain't no installation. It's a Deno module.

Usage

import { BetterMap } from "https://deno.land/x/bettermap/mod.ts";

const b = new BetterMap<string, unknown>();

Support

Do open a new issue or pr regarding bugs or improvements.

Join our Discord server!

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1y ago
Forks0

Languages

TypeScript

Security Score

80/100

Audited on Mar 20, 2025

No findings