node-toidentifier

Convert a string of words to a JavaScript identifier
  https://github.com/component/toidentifier
  0
  no reviews



This module given a string as the argument, will transform it to an identifier (variable name for instance) using stable rules.

It is a dependency of Express.js, a web application framework for Node.js.

Node.js is an event-based server-side JavaScript engine.