UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

5 lines (4 loc) 225 B
import { PipeTransform } from '@angular/core'; export declare class OptionIsSelectedPipe implements PipeTransform { transform(_value: string | string[] | number | number[], currKey: string, multiple: boolean): unknown; }