Files
freeCodeCamp/tools/challenge-helper-scripts/helpers/pad-with-leading-zeros.d.ts

2 lines
77 B
TypeScript
Raw Normal View History

export declare function padWithLeadingZeros(value: number | string): string;