UNPKG

inet-core

Version:
8 lines (7 loc) 347 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TimeAgoPipe implements PipeTransform { transform(value?: number, format?: string): string | null; static ɵfac: i0.ɵɵFactoryDeclaration<TimeAgoPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoPipe, "timeAgo", true>; }