10 lines
414 B
TypeScript
10 lines
414 B
TypeScript
import { PipeTransform } from '@angular/core';
|
|
import * as moment from 'moment';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class UtcPipe implements PipeTransform {
|
|
transform(value: moment.MomentInput): moment.Moment;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UtcPipe, never>;
|
|
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<UtcPipe, "amUtc">;
|
|
}
|
|
|
|
//# sourceMappingURL=utc.pipe.d.ts.map
|