文件名称:defu:递归分配默认属性。 :water_wave:
文件大小:206KB
文件格式:ZIP
更新时间:2024-02-25 08:04:55
npm node yarn defaults defaultsdeep
:water_wave: 德福 递归分配默认属性。 轻巧快捷! 安装 安装包: yarn add defu # or npm install defu 用法 const options = defu ( object , ... defaults ) 分配默认值时,最左边的参数具有更高的优先级。 争论 object(对象):目标对象。 source(对象):源对象。 const defu = require ( 'defu' ) console . log ( defu ( { 'a' : { 'b' : 2 } } , { 'a' : { 'b' : 1 , 'c' : 3 } } ) ) // => {
【文件预览】:
defu-master
----.eslintrc(62B)
----.babelrc(138B)
----renovate.json(37B)
----package.json(916B)
----.github()
--------banner.svg(196KB)
--------workflows()
----test()
--------.eslintrc.yml(42B)
--------defu.test.ts(5KB)
--------tsconfig.json(128B)
----jest.config.js(173B)
----LICENSE(1KB)
----src()
--------defu.ts(2KB)
--------types.ts(3KB)
----tsconfig.json(133B)
----.gitignore(57B)
----CHANGELOG.md(4KB)
----README.md(4KB)
----yarn.lock(354KB)
----.editorconfig(224B)