Björn be2ee1311e | 5 years ago | |
---|---|---|
.. | ||
cjs | 5 years ago | |
esm | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
index.js | 5 years ago | |
min.js | 5 years ago | |
package.json | 5 years ago |
An essential Map poorlyfill for legacy browsers.
Only methods are delete
, forEach
, get
, has
, and set
.
import Map from '@ungap/essential-map'
const Map = require('@ungap/essential-map')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).