10 lines
500 B
TypeScript
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
|