lower-case (2.0.2)

Published 2026-02-24 14:01:03 +00:00 by atheaadmin

Installation

registry=
npm install lower-case@2.0.2
"lower-case": "2.0.2"

About this package

Lower Case

NPM version NPM downloads Bundle size

Transforms the string to lower case.

Installation

npm install lower-case --save

Usage

import { lowerCase, localeLowerCase } from "lower-case";

lowerCase("string"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"

localeLowerCase("STRING", "tr"); //=> "strıng"

License

MIT

Dependencies

Dependencies

ID Version
tslib ^2.0.3

Development Dependencies

ID Version
@size-limit/preset-small-lib ^2.2.1
@types/jest ^24.0.23
@types/node ^12.12.14
jest ^24.9.0
rimraf ^3.0.0
ts-jest ^24.2.0
tslint ^5.20.1
tslint-config-prettier ^1.18.0
tslint-config-standard ^9.0.0
typescript ^4.1.2

Keywords

lower case downcase locale convert transform
Details
npm
2026-02-24 14:01:03 +00:00
0
Blake Embrey
MIT
latest
4.3 KiB
Assets (1)
Versions (1) View all
2.0.2 2026-02-24