1.0.1 • Published 4 years ago
persian-sort v1.0.1
persian-sort
sort arrays by Persian alphabetic order
Installing
npm install persian-sortUsing yarn:
yarn add persian-sortExample
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