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