UNPKG

ngx-moment

Version:

Moment.JS pipes for Angular (timeago and more)

8 lines (7 loc) 354 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FromUnixPipe implements PipeTransform { transform(value: number | string, ...args: string[]): any; static ɵfac: i0.ɵɵFactoryDeclaration<FromUnixPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FromUnixPipe, "amFromUnix">; }