0.2.2 • Published 9 years ago
persian-text 
Persian text utils
Useful if you're dealing with Persian text and want to normalize your characters, etc.
Install
$ npm install --save persian-text
Usage
var normalize = require('persian-text').normalize;
normalize('بلال');
//=> بلال
License
MIT © Mo Valipour