Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636426 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/toidentifier

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/toidentifier/README.md
130 Views
0 Comments
# toidentifier

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
[![Test Coverage][codecov-image]][codecov-url]

> Convert a string of words to a JavaScript identifier
index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/toidentifier/index.js
129 Views
0 Comments
/*!
* toidentifier
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/toidentifier/LICENSE
198 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/toidentifier/package.json
107 Views
0 Comments
{
"name": "toidentifier",
"description": "Convert a string of words to a JavaScript identifier",
"version": "1.0.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
HISTORY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/toidentifier/HISTORY.md
145 Views
0 Comments
1.0.1 / 2021-11-14
==================

* pref: enable strict mode

1.0.0 / 2018-07-09
==================