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