component/toidentifier

Name: toidentifier

Owner: Components

Description: Convert a string of words to a JavaScript identifier

Created: 2017-12-19 09:06:43.0

Updated: 2018-02-08 03:18:46.0

Pushed: 2017-12-19 09:07:59.0

Homepage:

Size: 56

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

toidentifier

build status code coverage code style styled with prettier made with lass license

Convert a string of words to a JavaScript identifier

Table of Contents
Install

npm:

install toidentifier

yarn:

 add toidentifier
Usage
t toIdentifier = require('toidentifier');

ole.log(toIdentifier('Bad Request'));
utputs "BadRequest"
Contributors

| Name | Website | | —————————— | ————————– | | Douglas Christopher Wilson | | | Nick Baugh | http://niftylettuce.com/ |

License

MIT © Douglas Christopher Wilson


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.