1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00
Files
php-flarum/js/dist-typings/common/utils/humanTime.d.ts
flarum-bot b7cb1e8d36 Bundled output for commit 42dabea81f
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;