1.0.3 • Published 6 years ago
num-ord v1.0.3
num-ord
This module allows you to easily convert inteters (1, 3, 7) to ordinals (1st, 3rd, 7th).
const num_ord = require('num-ord');
num_ord(17); // => '17th'
This module allows you to easily convert inteters (1, 3, 7) to ordinals (1st, 3rd, 7th).
const num_ord = require('num-ord');
num_ord(17); // => '17th'