@xkeshav/alphabet
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

alphabet

A simple npm package which return array of english alphabets ( length of 26 )

How to install

> npm install @xkeshav/alphabet

Usage

import { alphabet } from '@xkeshav/alphabet';

console.log({ alphabet }); // return ['A', 'B', ... 'Z']

License

MIT

Author

/@xkeshav/alphabet/

    Package Sidebar

    Install

    npm i @xkeshav/alphabet

    Weekly Downloads

    0

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    12.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • xkeshav