UNPKG

@controladad/ng-base

Version:
8 lines (7 loc) 390 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TypeofPipe implements PipeTransform { transform(value: any, type: 'string' | 'number' | 'undefined' | 'boolean' | 'object' | 'array'): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<TypeofPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TypeofPipe, "typeOf", true>; }