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