An open API service indexing awesome lists of open source software.

https://github.com/xkeshav/pkg


https://github.com/xkeshav/pkg

alphabet npm npm-package typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# alphabet

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

## How to install

```sh
> npm install @xkeshav/alphabet
```

## Usage

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

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

## License

[**MIT**](https://github.com/xkeshav/alphabet/blob/main/LICENSE)

## Author

- [_@xkeshav_](https://x.com/xkeshav)