|
|
6 years ago | |
|---|---|---|
| .. | ||
| cjs | 6 years ago | |
| esm | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| index.js | 6 years ago | |
| min.js | 6 years ago | |
| package.json | 6 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).