@obliczeniowo/elementary
Version:
Library made in Angular version 19
8 lines (7 loc) • 333 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IsPipe implements PipeTransform {
transform(value: any, ...args: ['string' | 'number']): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<IsPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IsPipe, "is", false>;
}