mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
Bundled output for commit bac0e594ee
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
js/dist-typings/common/utils/humanTime.d.ts
vendored
3
js/dist-typings/common/utils/humanTime.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
import dayjs from 'dayjs';
|
||||
/**
|
||||
* The `humanTime` utility converts a date to a localized, human-readable time-
|
||||
* ago string.
|
||||
*/
|
||||
export default function humanTime(time: Date): string;
|
||||
export default function humanTime(time: dayjs.ConfigType): string;
|
||||
|
Reference in New Issue
Block a user