Package Exports
- @ungap/essential-map
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ungap/essential-map) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Essential Map
An essential Map poorlyfill for legacy browsers.
Only methods are delete
, get
, has
, and set
.
- CDN via https://unpkg.com/@ungap/essential-map
- ESM via
import WeakSet from '@ungap/essential-map'
- CJS via
const WeakSet = require('@ungap/essential-map')