UNPKG

438 BTypeScriptView Raw
1import moment from 'moment';
2import { PipeTransform } from '@angular/core';
3import * as i0 from "@angular/core";
4export declare class IsBeforePipe implements PipeTransform {
5 transform(value: moment.MomentInput, otherValue: moment.MomentInput, unit?: moment.unitOfTime.StartOf): boolean;
6 static ɵfac: i0.ɵɵFactoryDeclaration<IsBeforePipe, never>;
7 static ɵpipe: i0.ɵɵPipeDeclaration<IsBeforePipe, "amIsBefore">;
8}