@controladad/ng-base
Version:
Everything you need for Angular
8 lines (7 loc) • 390 B
TypeScript
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>;
}