0.2.2 • Published 7 years ago

thise v0.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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)