mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 05:43:40 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
7 lines
194 B
TypeScript
7 lines
194 B
TypeScript
import 'dayjs/plugin/relativeTime';
|
|
/**
|
|
* The `humanTime` utility converts a date to a localized, human-readable time-
|
|
* ago string.
|
|
*/
|
|
export default function humanTime(time: Date): string;
|