abcdefghijklmnopqrstuvwxyz
v3.0.7
Published
Provides a string variable containing the modern English alphabet ('abcdefghijklmnopqrstuvwxyz'), to reduce typing and mistakes. A lightweight alternative to the `alphabet` package, with a streamlined API.
Downloads
8
Maintainers
Readme
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, with a relatively clean, streamlined API.
Installation
npm install abcdefghijklmnopqrstuvwxyz
Usage
import { abcdefghijklmnopqrstuvwxyz } from 'abcdefghijklmnopqrstuvwxyz'
console.log(abcdefghijklmnopqrstuvwxyz)
// "abcdefghijklmnopqrstuvwxyz"