helps you to deal with the hamzah - الهمزة
in arabic language
Use the package manager hamzah to install hamzah
.
npm i hamzah -s
const hamzahModule = require("hamzah")
const result = hamzahModule.hamzah('أحمد أمجد إحسان آسر');
console.log(result);
//احمد امجد احسان اسر
ISC License