mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
doc(zipObject): Add zipObject in the reference section
This commit is contained in:
parent
ff59ab4c17
commit
52b1b72b34
@ -80,6 +80,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'xorBy', link: '/reference/array/xorBy' },
|
||||
{ text: 'xorWith', link: '/reference/array/xorWith' },
|
||||
{ text: 'zip', link: '/reference/array/zip' },
|
||||
{ text: 'zipObject', link: '/reference/array/zipObject' },
|
||||
{ text: 'zipWith', link: '/reference/array/zipWith' },
|
||||
],
|
||||
},
|
||||
|
@ -79,6 +79,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'xorBy', link: '/ko/reference/array/xorBy' },
|
||||
{ text: 'xorWith', link: '/ko/reference/array/xorWith' },
|
||||
{ text: 'zip', link: '/ko/reference/array/zip' },
|
||||
{ text: 'zipObject', link: '/ko/reference/array/zipObject' },
|
||||
{ text: 'zipWith', link: '/ko/reference/array/zipWith' },
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user