sorts amharic words
# geez-sort
geez-sort is a simple JavaScript library for sorting Amharic (Ge'ez script) words in correct alphabetical order.
✓ sorts Amharic words in correct order
✓ handles words with the same first letter correctly
✓ returns an empty array when input is empty
✓ handles a single-element array
✓ does not modify the original array
## Installation
```sh
npm install geez-sort