Package Exports
- @abbjs/slownie
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@abbjs/slownie) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Slownie.js
Little library for converting numbers into polish words.
Works only with integers.
Fork of https://github.com/fraunos/slownie.js.
Installation
$ npm install @abbjs/slownieUsage example
const slownie = require('slownie')
console.log(slownie(1000)); // jeden tysiąc
console.log(slownie(2003004)); // dwa miliony trzy tysiące cztery
console.log(slownie(1939393822)); // jeden miliard dziewięćset trzydzieści dziewięć milionów trzysta dziewięćdziesiąt trzy tysiące osiemset dwadzieścia dwa TODO
- i18n