@hishprorg/illum-veritatis-nisi

1.0.19 • Public • Published

@hishprorg/illum-veritatis-nisi 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('@hishprorg/illum-veritatis-nisi');
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

Package Sidebar

Install

npm i @hishprorg/illum-veritatis-nisi

Weekly Downloads

397

Version

1.0.19

License

MIT

Unpacked Size

13 kB

Total Files

12

Last publish

Collaborators

  • hatrungvk94