UNPKG

@cisstech/nge

Version:

NG Essentials is a collection of libraries for Angular developers.

8 lines (7 loc) 320 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsObject implements PipeTransform { transform(value: any): value is object; static ɵfac: i0.ɵɵFactoryDeclaration<IsObject, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsObject, "isobject", true>; }