@ungap/essential-set
v0.2.2
Published
An essential Set poorlyfill for legacy browsers.
Downloads
100
Maintainers
Readme
Essential Set
An essential Set poorlyfill for legacy browsers.
Only methods are add
, delete
, and has
.
- CDN via https://unpkg.com/@ungap/essential-set
- ESM via
import Set from '@ungap/essential-set'
- CJS via
const Set = require('@ungap/essential-set')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).