UNPKG

es-map

Version:

An ES-spec-compliant Map shim/polyfill/replacement that works as far down as ES3

6 lines (3 loc) 89 B
'use strict'; var getPolyfill = require('./polyfill'); module.exports = getPolyfill();