Edit File: right-pad.d.ts
export declare function rightPadWithSpaces(s: string, padding: number): string;
Back to File Manager