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