A Map polyfill for legacy browsers.
- CDN via https://unpkg.com/@ungap/map
- ESM via
import Map from '@ungap/map' - CJS via
const Map = require('@ungap/map')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).