Zero-fill a number to the given size.
install
npm install zero-fill
usage
var zeroFill = // '0001' // '0000000055' // '1'
Partial application:
1 // '0001'
Custom padding character:
// ' 55' // ' 500'
license
MIT. Copyright (c) Feross Aboukhadijeh.