Map and WeakMap that returns value on .set(...)
/learn @WebReflection/Mapset
Quality Score
Category
Supported Platforms
Map and WeakMap that returns value on .set(...).
Map
WeakMap
.set(...)
import {MapSet, WeakMapSet} from '@webreflection/mapset'; const map = new MapSet; map.get('any') || map.set('any', 'value'); // "value"
WebReflection
View profile
Languages
Security Score
Audited on Feb 19, 2022