duration-pretty

一个轻量易用的时间长度格式化工具,可将时间戳快速格式化为易读的时长展示,支持自定义格式。

Check out duration-pretty on CurateClick

• Copy the embed code to showcase this product on your website

• Share on X to spread the word about this amazing tool

https://www.npmjs.com/package/duration-pretty对于时间长度时间戳快速地格式化。```jsimport { duration } from 'duration-pretty' duration(7380, 'seconds').format('H:mm') // "2:03"```包含测试用例覆盖。