UNPKG

@ashetm/ng-utility

Version:

``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.

8 lines (7 loc) 319 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsArray implements PipeTransform { transform(value: unknown): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsArray, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsArray, "isArray", true>; }