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