UNPKG

@neocomplexx/ngx-neo-pipes

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.

13 lines (12 loc) 331 B
/** * @author Sebastian Larrieu * @email slarrieu@team.neocomplexx.com * @create date 2020-01-17 16:31:32 */ import { PipeTransform } from '@angular/core'; /** * Filter object array from property */ export declare class UnisexPipe implements PipeTransform { transform(value: string, last?: string): string; }