1.0.4 • Published 3 years ago

is-symbol v1.0.4

Weekly downloads
17,607,543
License
MIT
Repository
github
Last release
3 years ago

is-symbol Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

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

es-to-primitivehas-symbol-support-xhas-to-string-tag-xwhich-boxed-primitive@huyhpham/rn-linearchetype-libraryeasy-select-rnvuedragdropuploadimagesreact-native-bluetooth2killi8n-react-native-fast-imagepipihomespecify-importsbabel-specify-imports@icanpm/api-master@arisageha/react-lazyload@arisageha/react-lazyload-fix@cashremit/cr-streamline-icons@almeidaa/ms@storybook/telejsonreact-native-template-rfbasecloud-archive-s3airscanairscan-examplebb-chatreact-native-esc-pos-sahaab@borisovart/atol-kkt-module@frxf/frxf@phil8795/pecuniarius-apideneme323112@fundefund/funde_ck@ntt_app/react-native-custom-notificationreact-native-covid-sdkgql_din_modafryxiconsprecise-jsonmutasi-bca@jttechnic/interpreter@l1nyanm1ng/react-picture-viewer@saeon/quick-formcthpb-plugin-socialreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutilsuncoded-connectwilscanner@khalitovadel/abstract-repository@oiti/documentoscopy-react-native@respondea/cordova-plugin-v-inappbrowserquoc-testreact-native-slider-kf@infinitebrahmanuniverse/nolb-is-s@saaspe/componentsexpand-react-bridgeopea-bootstraapluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-1935jawwy-sdkjawwy_gamification_release@deepakorg/test@deepak757/testreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uimachinebeemrcapsreact-native-jawwy_sample@ifanshx/cycgods@igniswap/igni-swap-lib@ikon-x/ckeditor5-custom-build-for-irrosoft@idas1/ui-component-lib@innoswap/core@icetee/react-recaptcha-v3@i-mediasolutions/capacitor-share@hieuquang2212/form@hawkingnetwork/react-native-tab-view@hansomware/tools@img-arena/img-ui-mui-theme@img-arena/ui-core@imrtoy/homebridge-night-light@jabatoforever/react-tw-datepicker@jarrydark/editorsimplejs@inti-ar/evm-chains@mauriciora/heroicons@levlevin/react-portal-tooltip@materia-dex/materia-contracts-proxy@mathu01/gdpr-consent@maujzs/branch-release@max_alieksieiev/react-pdf-viewer-root@manoelmotoso/eslint-config@massivepixel/use-query@linewit/vue-router-generator@jretts/modified-sveltejs@joaquinmr99/calculadora@jockho-gus/jp-geden@junvary/quasar-ui-qcascader
1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

9 years ago

1.0.0

9 years ago