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