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