UNPKG

num-pad

Version:

Simple function to pad the passed in number, if less than 10 return 0<num> otherwise just returns the number.

32 lines (31 loc) 681 B
{ "name": "num-pad", "version": "1.0.0", "description": "Simple function to pad the passed in number, if less than 10 return 0<num> otherwise just returns the number.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Lindsor/num-pad.git" }, "keywords": [ "Pad", "num", "num", "pad", "numbers", "format" ], "author": "Marcelo Luz", "license": "MIT", "bugs": { "url": "https://github.com/Lindsor/num-pad/issues" }, "homepage": "https://github.com/Lindsor/num-pad#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.2" } }