docs: Update all files JSDoc.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* 將數字轉換成簡寫的形式,設定 dhms 的數值
|
||||
* @param {number} totalSeconds
|
||||
* @param {number} totalSeconds 總秒數
|
||||
* @returns {string}
|
||||
*/
|
||||
export default function abbreviateNumber(totalSeconds) {
|
||||
|
||||
Reference in New Issue
Block a user