UNPKG

ngx2-pipes

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