// package
type: "module"
// preferences
// replacements (1)
This package is no longer necessary. You can use `typeof` to check if a value is a symbol.
// example
const isSymbol = (value) => typeof value === 'symbol';