unis_crm/frontend/node_modules/date-fns/_lib/addLeadingZeros.d.ts

5 lines
94 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
export declare function addLeadingZeros(
number: number,
targetLength: number,
): string;