UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

5 lines (4 loc) 171 B
import { PipeTransform } from '@angular/core'; export declare class JhiTruncateWordsPipe implements PipeTransform { transform(input: string, words: number): string; }