@lowercase-letters/u
v3.0.0
Published
A package that exports the lowercase letter u
Downloads
193
Readme
@lowercase-letters/u
Overview
This is a lightweight, single-purpose utility package that exports the lowercase letter u.
It is part of the lowercase-letters project aiming to provide modular access to the English alphabet.
Installation
npm install @lowercase-letters/uUsage
Import this package to use the letter in your application without hardcoding strings.
const lowercaseU = require('@lowercase-letters/u')
console.log(lowercaseU) // Output: "u"License
MIT
