Files
flights_web_raw/apps/angular/node_modules/ngx-moment/is-before.pipe.d.ts
T

10 lines
500 B
TypeScript

import * as moment from 'moment';
import { PipeTransform } from '@angular/core';
import * as ɵngcc0 from '@angular/core';
export declare class IsBeforePipe implements PipeTransform {
transform(value: moment.MomentInput, otherValue: moment.MomentInput, unit?: moment.unitOfTime.StartOf): boolean;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<IsBeforePipe, never>;
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<IsBeforePipe, "amIsBefore">;
}
//# sourceMappingURL=is-before.pipe.d.ts.map