@webreflection/mapset

1.0.1 • Public • Published

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"

Readme

Keywords

Package Sidebar

Install

npm i @webreflection/mapset

Weekly Downloads

3,857

Version

1.0.1

License

ISC

Unpacked Size

2.77 kB

Total Files

6

Last publish

Collaborators

  • webreflection