UNPKG

rsuite

Version:

A suite of react components

9 lines (8 loc) 237 B
'use client'; "use strict"; exports.__esModule = true; exports.formatWithLeadingZero = void 0; const formatWithLeadingZero = number => { return String(number).padStart(2, '0'); }; exports.formatWithLeadingZero = formatWithLeadingZero;