UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 170 B
import { Pipe, Type } from '@angular/core'; import { Nullable } from '../shared.models'; export declare function getPipeAnnotation<T>(PipeCtor: Type<T>): Nullable<Pipe>;