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