thize

Add st/nd/rd/th to your number.


Keywords
ordinal, number, series, 1st, 2nd, 3rd, 4th, 5th, nth, first, second, third, thize, thise, nodejs, javascript, random, numbers
License
ISC
Install
npm install thize@0.2.1

Documentation

thize

Build Status codecov

Add st/nd/rd/th to your number.

Install

npm install --save thize

Or if you are British,

npm install --save thise

Usage

const thize = require('thize');

thize(1);   // '1st'
thize(58);  // '58th'
thize(202); // '202nd'
thize(-43); // '-43rd'

thize.suffix(51); // 'st'

Author

Jason Yu (me@ycmjason.com)