UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

6 lines (5 loc) 150 B
/** * 时间格式化,多长时间以前等等 */ declare const timeAgo: (date: any, now?: any, lang?: string) => string; export default timeAgo;