Skip to content

Commit

Permalink
调整配置: 补充jsdoc注释
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbimo committed Jul 31, 2024
1 parent 4444a38 commit 358f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/object/deepClone.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author alvis <https://alvis.org.cn>
* @category 对象
* @param {any} value 需要克隆的值
* @returns
* @returns {Any} 返回深度克隆值
*/
export default (value) => {
// 缓存
Expand Down

0 comments on commit 358f22e

Please sign in to comment.