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