UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

9 lines (8 loc) 455 B
import { PipeTransform } from '@angular/core'; import { TccTranslationPipe } from '../../../shared/pipes/tcc-translation/tcc-translation.pipe'; import { TccTranslation } from '../../../odata/models/shared.model'; export declare class isLeafSearchedPipe implements PipeTransform { private translationpipe; constructor(translationpipe: TccTranslationPipe); transform(value: string, leafdisplayname: TccTranslation, leafname: string): boolean; }