1.0.2 • Published 3 months ago

get-symbol-description v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

get-symbol-description Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Gets the description of a Symbol. Handles Symbol() vs Symbol('') properly when possible.

Example

var getSymbolDescription = require('get-symbol-description');
var assert = require('assert');

assert(getSymbolDescription(Symbol()) === undefined);
assert(getSymbolDescription(Symbol('')) === ''); // or `undefined`, if in an engine that lacks name inference from concise method
assert(getSymbolDescription(Symbol('foo')) === 'foo');
assert(getSymbolDescription(Symbol.iterator) === 'Symbol.iterator');

Tests

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

es-abstractsymbol.prototype.descriptionarchetype-libraryeasy-select-rnreact-native-covid-sdkafryxicons@jttechnic/interpreter@saeon/quick-formreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutilsuncoded-connectwilscanner@khalitovadel/abstract-repository@oiti/documentoscopy-react-nativequoc-testreact-native-slider-kf@infinitebrahmanuniverse/nolb-get-s@saaspe/componentsexpand-react-bridgeopea-bootstraapluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-1753jawwy-sdkjawwy_gamification_release@deepakorg/test@deepak757/testreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uimachinebeemrcapsreact-native-jawwy_samplepizza-teapucuk5000projekudinproject-wajs-dvpyreswap-sdkqaapio-reecord-mp3qudratic-uiquadratic-sdkraact-native-arunramya151siniwosgbteamnewerasipalingerlysiralexferguson023siralexferguson03smart_one_connectslebewrn-counter-demorn-check-btnrn-circular-chartrn-use-modal-hookreyhan-projectrn-adyen-dropinrn-agora-ios-mrofiqridwangonzales84ronaldocr7vibessenggoldongserde_json_mainsergiobesquest34sergekayamba92serenitymeangle21simple-bot-frameworkresponsis-gantt-task-reactsuperboysuperset-plugin-chart-hello-world2sunarirockydropdownrusferstanikionestock-ticker-react-widgetreact-native-progress-arrowreact-native-onrampreact-native-responsive-helperreact-native-remote-cloverreact-native-shared-gesturereact-native-pool-corereact-native-return-usb-datareact-native-rn-appreact-native-rn-icons-libraryreact-native-rabbitmq-allreact-native-radio-bic-group-libreact-native-screen-idle-timerreact-native-scroll-tab-to-indexreact-native-sandycomponentreact-native-savczuk-feature-libraryreact-native-sayhello-modulereact-native-rtn-ips-poslin-testreact-native-omental-frameworkreact-native-payu-payment-testingreact-native-recent-framework-updatereact-native-reanimated-sortable-listreact-native-rom-components
1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 years ago