abgd

0.0.96 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i abgd

      Weekly Downloads

      2

      Version

      0.0.96

      License

      MIT

      Unpacked Size

      7.15 kB

      Total Files

      7

      Last publish

      Collaborators

      • ahmedkorim