You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{numberToWords}=require('number-to-words-hebrew')// ES2015 importimport{numberToWords}from'number-to-words-hebrew'constnw=numberToWords(1020,"f")console.log(nw)// אלף ועשרים
About
Converts number to words. Supported languages: Hebrew