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