number_suffix_helper
Version:
Helper that will allow you to get the day suffix for a given day number x where 1 <= x <= 31.
28 lines (27 loc) • 532 B
JSON
{
"name": "number_suffix_helper",
"version": "1.0.3",
"description": "Helper that will allow you to get the day suffix for a given day number x where 1 <= x <= 31.",
"main": "index.js",
"keywords": [
"day",
"helper",
"date",
"st",
"nd",
"rd",
"th"
],
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true,
"collectCoverage": true
},
"author": "Westin Christensen <westinrchristensen@gmail.com>",
"license": "MIT",
"devDependencies": {
"jest": "^23.6.0"
}
}