UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 630 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WrapPipe implements PipeTransform { transform(input: string, wrap: string, ends?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<WrapPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<WrapPipe, "wrap">; } export declare class NgWrapPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgWrapPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgWrapPipeModule, [typeof WrapPipe], never, [typeof WrapPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgWrapPipeModule>; }