UNPKG

angular2-moment

Version:

Moment.JS pipes for Angular2 (timeago and more)

6 lines (5 loc) 207 B
import { PipeTransform } from '@angular/core'; import * as moment from 'moment'; export declare class ParsePipe implements PipeTransform { transform(value: string, format: string): moment.Moment; }