UNPKG

angular2-moment

Version:

Moment.JS pipes for Angular2 (timeago and more)

5 lines (4 loc) 168 B
import { PipeTransform } from '@angular/core'; export declare class DurationPipe implements PipeTransform { transform(value: any, ...args: string[]): string; }