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