UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

5 lines (4 loc) 160 B
import { PipeTransform } from '@angular/core'; export declare class PrintPipe implements PipeTransform { transform(str: string, vars: any[]): string; }