docs: Update docs for compat

This commit is contained in:
raon0211 2024-07-18 20:34:12 +09:00
parent 38a939f31f
commit 9c4b61acba
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# zipObjectDeep
::: info
[lodash와 호환](../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요.
[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요.
:::
두 배열을 하나의 객체로 결합해요. 첫 번째 배열은 프로퍼티 경로를 나타내고, 두 번째 배열은 값을 나타내요. [zipObject](../../array/zipObject.md)와 다르게, 프로퍼티로 `a.b` 와 같은 경로를 지정할 수 있어요.

View File

@ -1,7 +1,7 @@
# set
::: info
[lodash와 호환](../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요.
[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요.
:::
지정된 경로에 주어진 값을 설정해요. 경로의 일부가 존재하지 않으면 생성됩니다.

View File

@ -1,7 +1,7 @@
# zipObjectDeep
::: info
This is available in our [compatibility library](../../compatibility.md), `es-toolkit/compat`.
This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`.
:::
Creates a deeply nested object given arrays of paths and values.

View File

@ -1,7 +1,7 @@
# set
::: info
This is available in our [compatibility library](../../compatibility.md), `es-toolkit/compat`.
This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`.
:::
Sets the given value at the specified path of the object. If any part of the path does not exist, it will be created.

View File

@ -1,7 +1,7 @@
# zipObjectDeep
::: info
此功能在我们的[兼容性库](../../compatibility.md)中可用,`es-toolkit/compat`。
此功能在我们的[兼容性库](../../../compatibility.md)中可用,`es-toolkit/compat`。
:::
给定路径和值的数组,创建一个深层嵌套的对象。

View File

@ -1,7 +1,7 @@
# set
::: info
此功能在我们的[兼容性库](../../compatibility.md)中可用,`es-toolkit/compat`。
此功能在我们的[兼容性库](../../../compatibility.md)中可用,`es-toolkit/compat`。
:::
在对象的指定路径设置给定值。如果路径的任何部分不存在,将会创建它。