has-symbols
Advanced tools
Weekly downloads
Changelog
v1.0.3 - 2022-03-01
node/install
instead of node/run
; use codecov
action 518b28f
bugs
and homepage
fields; reorder package.json c480b13
01d0ee0
6424ebe
eslint
, @ljharb/eslint-config
, aud
, auto-changelog
, tape
dfa7e7f
eslint
, @ljharb/eslint-config
, safe-publish-latest
, tape
0c8d436
eslint
, @ljharb/eslint-config
, aud
, tape
9026554
eaa9682
eslint
, tape
bc7a3ba
eslint
, auto-changelog
0ace00a
prepublishOnly
script for npm 7+ 093f72b
9b80d3d
Readme
Determine if the JS environment has Symbol support. Supports spec, or shams.
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.
Simply clone the repo, npm install
, and run npm test
Determine if the JS environment has Symbol support. Supports spec, or shams.
The npm package has-symbols receives a total of 41,748,321 weekly downloads. As such, has-symbols popularity was classified as popular.
We found that has-symbols demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.