npm.io
1.0.1 • Published 5 years ago

@webreflection/mapset

Licence
ISC
Version
1.0.1
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
4

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"

Keywords