UNPKG

ng2-pipes

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