UNPKG

angular-pipes

Version:
7 lines (6 loc) 217 B
import { PipeTransform } from '@angular/core'; export declare class IsIdenticalPipe implements PipeTransform { transform(first: any, second: any): boolean; } export declare class NgIsIdenticalPipeModule { }