Lines Matching refs:has
1 # has-symbols <sup>[![Version Badge][2]][1]</sup>
11 Determine if the JS environment has Symbol support. Supports spec, or shams.
16 var hasSymbols = require('has-symbols');
18 hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forge…
20 var hasSymbolsKinda = require('has-symbols/shams');
21 hasSymbolsKinda() === true; // if the environment has a Symbol sham that mostly follows the spec.
31 [1]: https://npmjs.org/package/has-symbols
32 [2]: http://versionbadg.es/ljharb/has-symbols.svg
33 [3]: https://travis-ci.org/ljharb/has-symbols.svg
34 [4]: https://travis-ci.org/ljharb/has-symbols
35 [5]: https://david-dm.org/ljharb/has-symbols.svg
36 [6]: https://david-dm.org/ljharb/has-symbols
37 [7]: https://david-dm.org/ljharb/has-symbols/dev-status.svg
38 [8]: https://david-dm.org/ljharb/has-symbols#info=devDependencies
39 [9]: https://ci.testling.com/ljharb/has-symbols.png
40 [10]: https://ci.testling.com/ljharb/has-symbols
41 [11]: https://nodei.co/npm/has-symbols.png?downloads=true&stars=true
42 [license-image]: http://img.shields.io/npm/l/has-symbols.svg
44 [downloads-image]: http://img.shields.io/npm/dm/has-symbols.svg
45 [downloads-url]: http://npm-stat.com/charts.html?package=has-symbols