https://github.com/xkeshav/pkg
https://github.com/xkeshav/pkg
alphabet npm npm-package typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xkeshav/pkg
- Owner: xkeshav
- License: mit
- Created: 2024-03-08T12:16:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T14:19:36.000Z (about 1 year ago)
- Last Synced: 2025-02-17T02:59:10.969Z (3 months ago)
- Topics: alphabet, npm, npm-package, typescript
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)