UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

10 lines (6 loc) 221 B
'use strict'; var callBound = require('../helpers/callBound'); var $strSlice = callBound('String.prototype.slice'); module.exports = function padTimeComponent(c, count) { return $strSlice('00' + c, -(count || 2)); };