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