KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
abcdefghijklmnopqrstuvwxyz
★ 76
Open GitHub ↗
The English alphabet
Download README (.md)
Explore Similar Repositories
idtoken-verifier
:
Lightweight RSA JWT verification
showcase-ansible-chatops
:
Vagrant Demo showing ChatOps with Ansible
UniFiApi
:
API in .NET 9 to fetch data from an on premises Ubiquiti UniFi Controller
ether
:
Monad Transformers and Classes
BigDecimal
:
An arbitrary-precision decimal (base 10) floating-point number type. Downloaded over 30 million times on NuGet!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
abcdefghijklmnopqrstuvwxyz
?
Download (.md)
# abcdefghijklmnopqrstuvwxyz This package exports a single lower-case 26-character string containing the modern English alphabet, suitable for using as-is, or for safely interpolating, without the need for escaping, into nearly any context. The purpose of this package is to reduce the need for repetitious typing and the risk of typographical errors, and to serve as a lightweight alternative to the [`alphabet` package](https://www.npmjs.com/package/alphabet), with a relatively clean, streamlined API. ## Installation ```bash npm install abcdefghijklmnopqrstuvwxyz ``` ## Usage ```js import { abcdefghijklmnopqrstuvwxyz } from 'abcdefghijklmnopqrstuvwxyz' console.log(abcdefghijklmnopqrstuvwxyz) // "abcdefghijklmnopqrstuvwxyz" ```