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