@ungap/essential-symbol
v0.2.2
Published
Essential symbol for legacy browsers
Downloads
103
Maintainers
Readme
Symbol
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')