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