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