0.2.1 • Published 5 years ago
@ungap/set v0.2.1
Set
A Set polyfill for legacy browsers.
- CDN via https://unpkg.com/@ungap/set
- ESM via
import Set from '@ungap/set'
- CJS via
const Set = require('@ungap/set')
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).