UNPKG

ng2-pipes

Version:
5 lines (4 loc) 186 B
import { PipeTransform } from '@angular/core'; export declare class RightPadPipe implements PipeTransform { transform(str: string, length?: number, padCharacter?: string): string; }