An essential Symbol poorlyfill, for legacy browsers, that provides only the uniqueness of the symbol itself and its value as property.
Note the typeof
operator will return just object
, not symbol
.
- CDN via https://unpkg.com/@ungap/essential-symbol
- ESM via
import symbol from '@ungap/essential-symbol'
- CJS via
const symbol = require('@ungap/essential-symbol')