symbol-species-x
v1.1.2
Published
System Symbol.species (real or fake)
Downloads
523
Maintainers
Readme
symbol-species-x
The system Symbol.species (real or fake)
Possible values are.
- Symbol.species (real)
- '@@species' (fake)
Example
import $species$ from 'symbol-species-x';
typeof species === 'symbol'; // true if real
typeof species === 'string'; // true if fake