UNPKG

ngx-date-fns-tz

Version:
9 lines (8 loc) 455 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FormatInTimeZonePurePipe implements PipeTransform { private service; transform(date: Date | string | number, tz?: string | null, fmt?: string | null): string; static ɵfac: i0.ɵɵFactoryDeclaration<FormatInTimeZonePurePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FormatInTimeZonePurePipe, "dfnsFormatInTimeZonePure", true>; }