UNPKG

bahtrext

Version:
2 lines (1 loc) 77 B
export default (num, totalLength) => String(num).padStart(totalLength, "0");