flarum-bot b7cb1e8d36 Bundled output for commit 42dabea81f224c3f1f3aca3b6ae6a3fd31ca956c
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-07-05 15:37:15 +00:00

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;