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

1.0.4 • Public • Published

Lower Case

NPM version NPM downloads Bundle size

Convert text to all lowercase letters

Installation

npm install text-lower-case --save

Usage

import { lowerCase } from "text-lower-case";
 
lowerCase("STRING"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"
lowerCase("camelCase"); //=> "camelcase"

License

MIT

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i text-lower-case

    Weekly Downloads

    2,457

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    6.87 kB

    Total Files

    7

    Last publish

    Collaborators

    • dimetrix