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.
Install the package using npm
:
npm install string-lowercase
import { toLowercase } from 'string-lowercase';
console.log(toLowercase('HELLO NPM!'));