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