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