A package that exports the lowercase letter i
npm install @lowercase-letters/ibash
npm install @lowercase-letters/i
`
Usage
Import this package to use the letter in your application without hardcoding strings.
`javascript
const lowercaseI = require('@lowercase-letters/i')
console.log(lowercaseI) // Output: "i"
``