UNPKG

angular2-moment

Version:

Moment.JS pipes for Angular2 (timeago and more)

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