symbol-tostring
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

symbol-tostring travis coveralls npm

Utility function which converts symbols into strings.

Usage:

const symbolToString = require('symbol-tostring');
const foo = Symbol('foo');
 
console.log(symbolToString(foo)); // Outputs "foo"

Readme

Keywords

Package Sidebar

Install

npm i symbol-tostring

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rauli