Skip to content

Kreshnik/fjale-ne-numra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fjale-ne-numra

A package that parses a number string into the corresponding number

Development

To install all required packages please run either npm install or yarn install.

Note: if you are using another node package installer use the appreciate syntax to install the code packages.

Usage

To make use of the package install it first

NPM: npm install fjale-ne-numra

Yarn: yarn add fjale-ne-numra

After the installation invoke the package.

let parseStringToNumber = require('fjale-ne-numra');

Now you can make use of the function.

let number = parseStringToNumber("Nje milion e njembedhjete mije e nje qind e nje");

Running tests

To run the test cases, do an npm run test or yarn test from within the package root.

License

MIT

About

A tiny package that parses an Albanian number string into the corresponding numeric value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published