UNPKG

@xapp/chat-widget

Version:
9 lines (8 loc) 215 B
import 'rollup-plugin-inject-process-env'; /** * Get a display date of a specific point in time based on the current time. * * @param date * @returns */ export declare function getTimeAgo(date: Date): string;