@lowercase-letters/f
v3.0.0
Published
A package that exports the lowercase letter f
Downloads
188
Readme
@lowercase-letters/f
Overview
This is a lightweight, single-purpose utility package that exports the lowercase letter f.
It is part of the lowercase-letters project aiming to provide modular access to the English alphabet.
Installation
npm install @lowercase-letters/fUsage
Import this package to use the letter in your application without hardcoding strings.
const lowercaseF = require('@lowercase-letters/f')
console.log(lowercaseF) // Output: "f"License
MIT
