4 lines
224 B
TypeScript
4 lines
224 B
TypeScript
import { I18n } from "../I18n";
|
|
import { DateTime, TimeAgoInWordsOptions } from "../typing";
|
|
export declare function timeAgoInWords(i18n: I18n, fromTime: DateTime, toTime: DateTime, options?: TimeAgoInWordsOptions): string;
|