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