siwat 6e31eb48a7 fix:相敏敏webpack 1 éve
..
.github 6e31eb48a7 fix:相敏敏webpack 1 éve
test 6e31eb48a7 fix:相敏敏webpack 1 éve
.eslintrc 6e31eb48a7 fix:相敏敏webpack 1 éve
.nycrc 6e31eb48a7 fix:相敏敏webpack 1 éve
CHANGELOG.md 6e31eb48a7 fix:相敏敏webpack 1 éve
LICENSE 6e31eb48a7 fix:相敏敏webpack 1 éve
README.md 6e31eb48a7 fix:相敏敏webpack 1 éve
index.js 6e31eb48a7 fix:相敏敏webpack 1 éve
package.json 6e31eb48a7 fix:相敏敏webpack 1 éve
shams.js 6e31eb48a7 fix:相敏敏webpack 1 éve

README.md

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