Files
flights_web_raw/node_modules/ngx-moment/date-format.pipe.d.ts
T

6 lines
217 B
TypeScript

import { PipeTransform } from '@angular/core';
import * as moment from 'moment';
export declare class DateFormatPipe implements PipeTransform {
transform(value: moment.MomentInput, ...args: any[]): string;
}