UNPKG

liczby-slownie

Version:

Function to convert numbers as corresponding words

28 lines (18 loc) 396 B
Slownie.js ========== Little library for converting numbers into polish words. Fork of https://github.com/exu/slownie.js which was ported from C version found at http://4programmers.net/Pastebin/1668 Installation ------------ ``` $ npm install slownie --save ``` Usage example ------------- ``` const slownie = require('slownie') console.log( slownie(1939393822) ); ``` TODO ---- * i18n