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