UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 665 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WithPipe implements PipeTransform { transform(input: string, start?: string | null, ends?: string | null, csensitive?: boolean): any; static ɵfac: i0.ɵɵFactoryDeclaration<WithPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<WithPipe, "with">; } export declare class NgWithPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgWithPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgWithPipeModule, [typeof WithPipe], never, [typeof WithPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgWithPipeModule>; }