0.0.96 • Published 4 years ago

abgd v0.0.96

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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 ) ); // غريد

resources

0.0.96

4 years ago

0.0.95

4 years ago

0.0.9

4 years ago

0.0.91

4 years ago

0.0.92

4 years ago

0.0.93

4 years ago

0.0.94

4 years ago

0.0.8

4 years ago