@pkopy/changenumber
v2.1.1
Published
This package changes number into words in Polish
Downloads
7
Maintainers
Readme
@pkopy/changeNumber
This package changes number into words in Polish. Range from 0 to 999 999 999
Install
$ npm install @pkopy/changenumber
Usage
const change = require("@pkopy/changenumber");
change(121);
//=> "sto dwadzieścia jeden!"
change('mama');
//=> TypeError: This is not a number
change(121.1)
//=> TypeError: This is not a integer number