UNPKG

ordinal-js

Version:

Utility to convert from numbers to their ordinal representations

9 lines (7 loc) 101 B
"use strict"; /** * Plain old identity function */ module.exports = function (x) { return x; };