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