4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
declare function timeAgo(date: Date | number, now?: Date | number): string;
|
|
|
|
export = timeAgo;
|