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

Package Sidebar

Install

npm i has-symbols

Weekly Downloads

43,735,364

Version

1.0.3

License

MIT

Unpacked Size

20.6 kB

Total Files

13

Last publish

Collaborators

  • ljharb