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