text-to-lowercase
v1.0.1
Published
A simple and lightweight Node.js utility to convert any text or string to lowercase. Perfect for formatting, case normalization, and text processing in JavaScript and npm projects.
Readme
text-to-lowercase
A simple and lightweight Node.js utility to convert any text or string to lowercase. Perfect for formatting, case normalization, and text processing in JavaScript and npm projects.
Features
- Convert text to lowercase: Easily transform any string to its lowercase form.
- Handles undefined/null: Returns
undefinedfor non-string inputs. - Minimal and fast: Zero dependencies, ideal for small projects and utilities.
- Works in Node.js and browser environments.
Installation
npm install text-to-lowercase