symbol-species-x

1.1.2 • Public • Published

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

symbol-species-x

The system Symbol.species (real or fake)

Possible values are.

  • Symbol.species (real)
  • '@@species' (fake)

Example

import $speciesfrom 'symbol-species-x';
 
typeof species === 'symbol'; // true if real
typeof species === 'string'; // true if fake

Package Sidebar

Install

npm i symbol-species-x

Weekly Downloads

645

Version

1.1.2

License

MIT

Unpacked Size

106 kB

Total Files

11

Last publish

Collaborators

  • xotic750