Skip to content

Utility function that converts JavaScript symbols into strings

Notifications You must be signed in to change notification settings

RauliL/symbol-tostring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Utility function that converts JavaScript symbols into strings

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published