number-to-words-hebrew

1.0.0 • Public • Published

Example

npm install number-to-words-hebrew
const {numberToWords} = require('number-to-words-hebrew')
 
// ES2015 import
import {numberToWords} from 'number-to-words-hebrew'
 
const nw = numberToWords(1020, "f")
 
console.log(nw)
// אלף ועשרים

/number-to-words-hebrew/

    Package Sidebar

    Install

    npm i number-to-words-hebrew

    Weekly Downloads

    3

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    19 kB

    Total Files

    4

    Last publish

    Collaborators

    • vivekraman