abcdefghijklmnopqrstuvxyz

3.0.3 • Public • Published

abcdefghijklmnopqrstuvxyz

This package exports a single lower-case 25-character string containing the modern English alphabet without w, 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 an alternative to the abcdefghijklmnopqrstuvwxyz package, optimized for clarity in the character set.

Installation

npm install abcdefghijklmnopqrstuvxyz

Usage

import { abcdefghijklmnopqrstuvxyz } from 'abcdefghijklmnopqrstuvxyz'

console.log(abcdefghijklmnopqrstuvxyz)
// "abcdefghijklmnopqrstuvxyz"

Package Sidebar

Install

npm i abcdefghijklmnopqrstuvxyz

Weekly Downloads

4

Version

3.0.3

License

MIT

Unpacked Size

2.98 kB

Total Files

4

Last publish

Collaborators

  • xertrov