UNPKG

322 BTypeScriptView Raw
1import IFragment from './IFragment';
2export declare function pad(count: number, separator?: string): Pad;
3export declare class Pad implements IFragment {
4 private readonly count;
5 private readonly separator;
6 constructor(count: number, separator?: string);
7 build(): string;
8}
9//# sourceMappingURL=Pad.d.ts.map
\No newline at end of file