UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

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