UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

5 lines (4 loc) 169 B
import { PipeTransform } from '@angular/core'; export declare class JoinPipe implements PipeTransform { transform(value: string[], separator: string): string; }