UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

5 lines (4 loc) 165 B
import { PipeTransform } from '@angular/core'; export declare class PrivacyPipe implements PipeTransform { transform(text: string, range: string): string; }