UNPKG

angular-pipes

Version:
7 lines (6 loc) 208 B
import { PipeTransform } from '@angular/core'; export declare class IntersectionPipe implements PipeTransform { transform(a?: any, b?: any): any; } export declare class NgIntersectionPipeModule { }