3.0.3 • Published 2 years ago

abcdefghijklmnopqrstuvxyz v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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"