mirror of
https://github.com/flarum/framework.git
synced 2025-01-10 21:35:38 +08:00
b7cb1e8d36
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
/**
|
|
* The `humanTime` utility converts a date to a localized, human-readable time-
|
|
* ago string.
|
|
*/
|
|
export default function humanTime(time: Date): string;
|