UNPKG

@templatone/utils

Version:

Collection of useful Templatone utils.

5 lines (4 loc) 170 B
export declare class Strings { static padLeft(s: string, length: number, pad: string): string; static padRight(s: string, length: number, pad: string): string; }