/ ai-anxieties-audio / node_modules / has-symbols /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2 years ago -  
[TXT]CHANGELOG.md2 years ago7.5K 
[   ]LICENSE2 years ago1.0Kf0d2fc9 test post-receive hook [كارل مبارك]
[TXT]README.md2 years ago2.0K15de0e0 styling, texts [كارل مبارك]
[   ]index.js2 years ago420 15de0e0 styling, texts [كارل مبارك]
[   ]package.json2 years ago2.6K120707f added node version q18.16 to dependincies [كارل مبارك]
[   ]shams.js2 years ago1.7K 
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80