UNPKG

@formio-tmt/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.

8 lines 361 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TimeSince implements PipeTransform { transform(date: Date): string; static ɵfac: i0.ɵɵFactoryDeclaration<TimeSince, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TimeSince, "timeSince", false>; } //# sourceMappingURL=time-since.pipe.d.ts.map