abgd
v0.0.96
Published
A light library for arabic charters indexing system
Downloads
5
Readme
ABGD (ابجد)
description
A simple js library that help calculating Arabic sentences calculation
Install
install via npm
npm install abgd
or using yarn
yarn install abgd
Examples
const abgd = require( 'abgd' );
console.log( abgd.getNumericalValue( 'ابجد' ) ); // 10
console.log( abgd.getArabicIndex( 1234 ) ); // غريد
import {getNumericalValue,getArabicIndex} from 'abgd';
console.log( getNumericalValue( 'ابجد' ) ); // 10
console.log( getArabicIndex( 1234 ) ); // غريد