UNPKG

angular2-moment

Version:

Moment.JS pipes for Angular2 (timeago and more)

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