UNPKG

@singleton-i18n/angular-client

Version:

Singleton client code for Angular 10.

11 lines (10 loc) 244 B
export interface TimeOffset { unit: string; offset: number; } export declare class RelativeTimeFormatter { getOffset(from: Date, to: Date): TimeOffset; private getUnit; private isOverThreshod; private getOffsetOfUnit; }