UNPKG

angular-pipes

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