mirror of
https://github.com/flarum/framework.git
synced 2025-01-30 16:24:01 +08:00
6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
|
/**
|
||
|
* The `liveHumanTimes` initializer sets up a loop every 1 second to update
|
||
|
* timestamps rendered with the `humanTime` helper.
|
||
|
*/
|
||
|
export default function liveHumanTimes(): void;
|