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