UNPKG

fwk-pipes

Version:

Framework with common pipes

6 lines (5 loc) 187 B
import { PipeTransform } from '@angular/core'; export declare class DefaultImgPipe implements PipeTransform { constructor(); transform(value: string, fallback: string): string; }