1.0.1 • Published 3 years ago

persian-sort v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

persian-sort

sort arrays by Persian alphabetic order

Installing

npm install persian-sort

Using yarn:

yarn add persian-sort

Example

const psort = require('persian-sort');
const sortedList = psort(list);

Bugs

please open an issue for any bug you found.

Contributing

contributions are welcomed 🙏🏻

start by running the project with Docker:

docker compose up

License

MIT