expand-keys:用点将对象的键扩展到嵌套的对象

时间:2024-06-02 15:03:27
【文件属性】:

文件名称:expand-keys:用点将对象的键扩展到嵌套的对象

文件大小:144KB

文件格式:ZIP

更新时间:2024-06-02 15:03:27

JavaScript

扩展键 describe('expandKeys', () => { it('expands keys', () => { let expected = { hello: { world: 1, galaxy: 2 }, three: { dots: { deep: { son: { wow: true } } } } } let expanded = expandKeys({ 'hello.world': 1, 'hello.galaxy': 2, 'three.dots.deep.son': {


【文件预览】:
expand-keys-master
----.gitignore(944B)
----.babelrc(211B)
----.eslintrc(526B)
----package.json(2KB)
----package-lock.json(716KB)
----src()
--------main.js(657B)
----.travis.yml(1KB)
----__tests__()
--------main.js(532B)
----README.md(858B)
----jest.json(281B)
----renovate.json(103B)

网友评论