SkillAgentSearch skills...

Mapset

Map and WeakMap that returns value on .set(...)

Install / Use

/learn @WebReflection/Mapset
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mapset

Build Status Coverage Status

Map and WeakMap that returns value on .set(...).

import {MapSet, WeakMapSet} from '@webreflection/mapset';

const map = new MapSet;

map.get('any') || map.set('any', 'value');
// "value"
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4y ago
Forks1

Languages

JavaScript

Security Score

70/100

Audited on Feb 19, 2022

No findings