UNPKG

ng2-pipes

Version:
5 lines (4 loc) 175 B
import { PipeTransform } from '@angular/core'; export declare class MatchPipe implements PipeTransform { transform(text: any, pattern: string, flags?: string): boolean; }