koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
3 lines (2 loc) • 372 B
JavaScript
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=(t=0)=>{const e=new Intl.NumberFormat(void 0,{minimumIntegerDigits:2}).format(Math.floor(t/60)),m=new Intl.NumberFormat(void 0,{minimumIntegerDigits:2}).format(Math.round(t%60));return`${e}:${m}`};exports.getFormattedTime=r;
//# sourceMappingURL=getFormattedTime.cjs.map