framework/js/dist-typings/common/utils/liveHumanTimes.d.ts

6 lines
184 B
TypeScript
Raw Normal View History

/**
* The `liveHumanTimes` initializer sets up a loop every 1 second to update
* timestamps rendered with the `humanTime` helper.
*/
export default function liveHumanTimes(): void;