text-lower-case-first
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Lower Case First

NPM version NPM downloads Bundle size

Convert text with only the first character in lower case

Installation

npm install text-lower-case-first --save

Usage

import { lowerCaseFirst } from "text-lower-case-first";
 
lowerCaseFirst("TEST"); //=> "tEST"

License

MIT

Dependents (1)

Package Sidebar

Install

npm i text-lower-case-first

Weekly Downloads

1,512

Version

1.0.2

License

MIT

Unpacked Size

4.83 kB

Total Files

7

Last publish

Collaborators

  • dimetrix