Files
flights_web_raw/node_modules/ngx-moment/from-utc.pipe.d.ts
T

6 lines
243 B
TypeScript

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