[EDIT] FILE: padTimeComponent.js.tar
home/koolde6/public_html/lovestrong/frontend/node_modules/es-abstract/helpers/padTimeComponent.js 0000755 00000000334 15075351035 0027524 0 ustar 00 'use strict'; var callBound = require('call-bind/callBound'); var $strSlice = callBound('String.prototype.slice'); module.exports = function padTimeComponent(c, count) { return $strSlice('00' + c, -(count || 2)); };
SAVE
CANCEL