UNPKG

@aggregator/number-to-word

Version:
9 lines (7 loc) 226 B
var word = require('./') console.log(word('101')) console.log(word('123456789.1')) console.log(word('111111111111111')) console.log(word('1111111111111111')) console.log(word('10.12345678910111213')) console.log(word('1.1'))