@nethesis/phone-island
Version:
NethVoice CTI Phone Island
3 lines (2 loc) • 310 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});exports.formatTime=function(t){if(t&&!isNaN(t)){var o=Math.floor(t/60),c=o<10?"0".concat(o):"".concat(o),e=Math.floor(t%60),r=e<10?"0".concat(e):"".concat(e);return"".concat(c,":").concat(r)}return"00:00"};
//# sourceMappingURL=player.js.map