@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) • 314 B
TypeScript
/**
* @author Sebastian Larrieu
* @email slarrieu@team.neocomplexx.com
* @create date 2019-02-01 15:12:58
*/
import { PipeTransform } from '@angular/core';
/**
* Filter object array from property
*/
export declare class SafeStringPipe implements PipeTransform {
transform(value: any): any;
}