/ live.thehmm.nl / back / node_modules / lower-case-first /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]node_modules/2 years ago -  
[   ]LICENSE9 years ago1.1K 
[TXT]README.md9 years ago1.3Kd7c1522 post receive test [كارل مبارك]
[TXT]lower-case-first.d.ts9 years ago100  
[   ]lower-case-first.js9 years ago304  
[   ]package.json2 years ago2.0K 
README.md

Lower Case First

NPM version NPM downloads Build status Test coverage

Lower case the first character of a string.

Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a toString property, numbers and booleans. Empty values (null and undefined) will result in an empty string.

Installation

npm install lower-case-first --save

Usage

var lowerCaseFirst = require('lower-case-first')

lowerCaseFirst(null)     //=> ""
lowerCaseFirst('STRING') //=> "sTRING"

Typings

Includes a TypeScript definition.

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80