abcdefghijklmnopqrstuvwxyz

3.0.7 • Public • Published

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"

Package Sidebar

Install

npm i abcdefghijklmnopqrstuvwxyz

Weekly Downloads

8

Version

3.0.7

License

MIT

Unpacked Size

3.2 kB

Total Files

4

Last publish

Collaborators

  • qntm