UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

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