UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 639 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsNumberPipe implements PipeTransform { transform(value: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsNumberPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsNumberPipe, "isNumber">; } export declare class NgIsNumberPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgIsNumberPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgIsNumberPipeModule, [typeof IsNumberPipe], never, [typeof IsNumberPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgIsNumberPipeModule>; }