1.0.4 • Published 5 years ago

number-to-words-srb v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

number-to-words-SRB

Converts numbers to Serbian words.

USAGE GUIDE:

1. Install package:

    npm install number-to-words-srb

    or 

    yarn add number-to-words-srb

2. Import numberToWordsSRB

    import { numberToWordsSRB } from 'number-to-words-srb'

3. Use it in code

   const output = numberToWordsSRB(23)
   // expected output: dvadeset tri

DEMO: https://number-to-words-srb.netlify.com/

Link to demo github: https://github.com/barbaravasic/number-to-words-SRB-demo

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago