Skip to content

imkarimkarim/persian-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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