@lowercase-letters/s
v3.0.0
Published
A package that exports the lowercase letter s
Readme
@lowercase-letters/s
Overview
This is a lightweight, single-purpose utility package that exports the lowercase letter s.
It is part of the lowercase-letters project aiming to provide modular access to the English alphabet.
Installation
npm install @lowercase-letters/sUsage
Import this package to use the letter in your application without hardcoding strings.
const lowercaseS = require('@lowercase-letters/s')
console.log(lowercaseS) // Output: "s"License
MIT
