UNPKG

angular-pipes

Version:
7 lines (6 loc) 256 B
import { PipeTransform } from '@angular/core'; export declare class WithPipe implements PipeTransform { transform(input: string, start?: string | null, ends?: string | null, csensitive?: boolean): any; } export declare class NgWithPipeModule { }