words-global
v1.0.5
Published
Providing access to alphabets from different languages and dialects
Maintainers
Readme
Words Global
Providing access to alphabets from different languages and dialects. This package aims to solve the problem of lacking access to alphabetic characters for various use cases.
![]()
Usage
npm install words-globalJavaScript code:
import { Alphabet } from "words-global";
const alphabet = new Alphabet("english");
console.log(alphabet.getLetters());
console.log(alphabet.language);Available Languages
Contribution Guide
- Clone this repository.
- Refer to the rules below.
- Create a separate branch.
- Commit your changes and ensure to use good commit messages.
- Open a Pull Request.
- Wait for feedback (this can take a long time due to quality assurance).
Rules
- Only use double-quotes.
- Always use semi-colons.
