has-symbols
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/has-symbols package

1.0.3 • Public • Published

has-symbols Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Determine if the JS environment has Symbol support. Supports spec, or shams.

Example

var hasSymbols = require('has-symbols');

hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forgeable.

var hasSymbolsKinda = require('has-symbols/shams');
hasSymbolsKinda() === true; // if the environment has a Symbol sham that mostly follows the spec.

Supported Symbol shams

Tests

Simply clone the repo, npm install, and run npm test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    67,772,882
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    67,772,882
  • 1.0.2
    28,899,397
  • 1.0.1
    16,927,593
  • 1.0.0
    4,797,786

Package Sidebar

Install

npm i has-symbols

Weekly Downloads

41,802,102

Version

1.0.3

License

MIT

Unpacked Size

20.6 kB

Total Files

13

Last publish

Collaborators

  • ljharb