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