@mantine/dates
Version:
Calendars, date and time pickers based on Mantine components
1 lines • 322 B
Source Map (JSON)
{"version":3,"file":"pad-time.mjs","names":[],"sources":["../../../../../src/components/TimePicker/utils/pad-time/pad-time.ts"],"sourcesContent":["export function padTime(value: number) {\n return value < 10 ? `0${value}` : `${value}`;\n}\n"],"mappings":";;AAAA,SAAgB,QAAQ,OAAe;CACrC,OAAO,QAAQ,KAAK,IAAI,UAAU,GAAG;AACvC"}