num-pad
Version:
Simple function to pad the passed in number, if less than 10 return 0<num> otherwise just returns the number.
1 lines • 12 B
Plain Text
node_modules
Simple function to pad the passed in number, if less than 10 return 0<num> otherwise just returns the number.