Files
2026-04-07 14:50:23 +09:00

2 lines
80 B
TypeScript

export declare function rightPadWithSpaces(s: string, padding: number): string;