string-lowercase
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

string-lowercase

A lightweight and simple utility to convert strings to lowercase, built with TypeScript. Ideal for developers who need a basic, reliable solution for transforming strings into lowercase format.


Installation

Install the package using npm:

npm install string-lowercase

Use

import { toLowercase } from 'string-lowercase';
console.log(toLowercase('HELLO NPM!'));

Package Sidebar

Install

npm i string-lowercase

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

13.5 kB

Total Files

5

Last publish

Collaborators

  • sxhil296