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