UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

5 lines (4 loc) 176 B
import { PipeTransform } from '@angular/core'; export declare class isElementCheckedPipe implements PipeTransform { transform(value: Array<string>, id: string): boolean; }