1.1.2 • Published 5 years ago

symbol-species-x v1.1.2

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

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