UNPKG

@types/es-abstract

Version:
8 lines (7 loc) 165 B
declare function StringPad( O: string, maxLength: number, fillString: string | undefined, placement: "start" | "end", ): string; export = StringPad;