ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 669 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IsUndefinedPipe implements PipeTransform {
transform(value: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IsUndefinedPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IsUndefinedPipe, "isUndefined">;
}
export declare class NgIsUndefinedPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgIsUndefinedPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgIsUndefinedPipeModule, [typeof IsUndefinedPipe], never, [typeof IsUndefinedPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgIsUndefinedPipeModule>;
}