/ piacw.com / dev / final / node_modules / is-symbol /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2 years ago -  
[TXT]CHANGELOG.md2 years ago8.9K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]Makefile2 years ago3.7K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago1.4K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago767 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago2.7K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

#is-symbol Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

[![browser support][9]][10]

Is this an ES6 Symbol value?

Example

var isSymbol = require('is-symbol');
assert(!isSymbol(function () {}));
assert(!isSymbol(null));
assert(!isSymbol(function* () { yield 42; return Infinity; });

assert(isSymbol(Symbol.iterator));
assert(isSymbol(Symbol('foo')));
assert(isSymbol(Symbol.for('foo')));
assert(isSymbol(Object(Symbol('foo'))));

Tests

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

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