diff --git a/docs/ko/reference/compat/array/zipObjectDeep.md b/docs/ko/reference/compat/array/zipObjectDeep.md index bd1bf414..100fccca 100644 --- a/docs/ko/reference/compat/array/zipObjectDeep.md +++ b/docs/ko/reference/compat/array/zipObjectDeep.md @@ -1,7 +1,7 @@ # zipObjectDeep ::: info -[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요. +`es-toolkit/compat` 라이브러리에서 [lodash와 완전히 호환](../../../compatibility.md)돼요. ::: 두 배열을 하나의 객체로 결합해요. 첫 번째 배열은 프로퍼티 경로를 나타내고, 두 번째 배열은 값을 나타내요. [zipObject](../../array/zipObject.md)와 다르게, 프로퍼티로 `a.b` 와 같은 경로를 지정할 수 있어요. diff --git a/docs/ko/reference/compat/object/get.md b/docs/ko/reference/compat/object/get.md index 31beafc9..5b8dd103 100644 --- a/docs/ko/reference/compat/object/get.md +++ b/docs/ko/reference/compat/object/get.md @@ -1,7 +1,7 @@ # get ::: info -[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요. +`es-toolkit/compat` 라이브러리에서 [lodash와 완전히 호환](../../../compatibility.md)돼요. ::: 객체에서 주어진 경로에 있는 값을 가져와요. 그 값이 `undefined` 라면, 기본값을 반환해요. diff --git a/docs/ko/reference/compat/object/set.md b/docs/ko/reference/compat/object/set.md index 79bba1c3..36990179 100644 --- a/docs/ko/reference/compat/object/set.md +++ b/docs/ko/reference/compat/object/set.md @@ -1,7 +1,7 @@ # set ::: info -[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요. +`es-toolkit/compat` 라이브러리에서 [lodash와 완전히 호환](../../../compatibility.md)돼요. ::: 지정된 경로에 주어진 값을 설정해요. 경로의 일부가 존재하지 않으면 생성됩니다. diff --git a/docs/ko/reference/compat/string/endsWith.md b/docs/ko/reference/compat/string/endsWith.md index a024890c..151f2b91 100644 --- a/docs/ko/reference/compat/string/endsWith.md +++ b/docs/ko/reference/compat/string/endsWith.md @@ -1,7 +1,7 @@ # endsWith ::: info -[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요. +`es-toolkit/compat` 라이브러리에서 [lodash와 완전히 호환](../../../compatibility.md)돼요. ::: 문자열이 주어진 문자열로 끝나는지 확인해요. 검색을 마칠 인덱스를 지정할 수 있어요. diff --git a/docs/ko/reference/compat/string/startsWith.md b/docs/ko/reference/compat/string/startsWith.md index 2ebe1d4f..a4a20d41 100644 --- a/docs/ko/reference/compat/string/startsWith.md +++ b/docs/ko/reference/compat/string/startsWith.md @@ -1,7 +1,7 @@ # startsWith ::: info -[lodash와 호환](../../../compatibility.md)되는 `es-toolkit/compat` 라이브러리에서 쓸 수 있어요. +`es-toolkit/compat` 라이브러리에서 [lodash와 완전히 호환](../../../compatibility.md)돼요. ::: 문자열이 주어진 문자열로 시작하는지 확인해요. 검색을 시작할 인덱스를 지정할 수 있어요. diff --git a/docs/reference/compat/array/zipObjectDeep.md b/docs/reference/compat/array/zipObjectDeep.md index 0ecbc8f9..97ae0400 100644 --- a/docs/reference/compat/array/zipObjectDeep.md +++ b/docs/reference/compat/array/zipObjectDeep.md @@ -1,7 +1,7 @@ # zipObjectDeep ::: info -This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. +This is fully compatible with lodash in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. ::: Creates a deeply nested object given arrays of paths and values. diff --git a/docs/reference/compat/object/get.md b/docs/reference/compat/object/get.md index 561bfbe9..280788a9 100644 --- a/docs/reference/compat/object/get.md +++ b/docs/reference/compat/object/get.md @@ -1,7 +1,7 @@ # get ::: info -This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. +This is fully compatible with lodash in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. ::: Retrieves the value at a given path from an object. If the resolved value is undefined, the defaultValue is returned instead. diff --git a/docs/reference/compat/object/set.md b/docs/reference/compat/object/set.md index 104655fe..47ea0c37 100644 --- a/docs/reference/compat/object/set.md +++ b/docs/reference/compat/object/set.md @@ -1,7 +1,7 @@ # set ::: info -This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. +This is fully compatible with lodash 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. diff --git a/docs/reference/compat/string/endsWith.md b/docs/reference/compat/string/endsWith.md index 643718f0..b34bc728 100644 --- a/docs/reference/compat/string/endsWith.md +++ b/docs/reference/compat/string/endsWith.md @@ -1,7 +1,7 @@ # endsWith ::: info -This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. +This is fully compatible with lodash in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. ::: Checks if a string contains another string at the end of the string. diff --git a/docs/reference/compat/string/startsWith.md b/docs/reference/compat/string/startsWith.md index 8509f653..3adc51ec 100644 --- a/docs/reference/compat/string/startsWith.md +++ b/docs/reference/compat/string/startsWith.md @@ -1,7 +1,7 @@ # startsWith ::: info -This is available in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. +This is fully compatible with lodash in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`. ::: Checks if a string contains another string at the beginning of the string. diff --git a/docs/zh_hans/reference/compat/array/max.md b/docs/zh_hans/reference/compat/array/max.md index 63805e93..1ada412f 100644 --- a/docs/zh_hans/reference/compat/array/max.md +++ b/docs/zh_hans/reference/compat/array/max.md @@ -1,5 +1,9 @@ # max +::: info +这与我们的[兼容库](../../../compatibility.md)中的lodash完全兼容,`es-toolkit/compat`。 +::: + 找到数组中具有最大值的元素。 如果列表为空,则返回 `undefined`。 diff --git a/docs/zh_hans/reference/compat/array/min.md b/docs/zh_hans/reference/compat/array/min.md index 8d3d3b19..543e5631 100644 --- a/docs/zh_hans/reference/compat/array/min.md +++ b/docs/zh_hans/reference/compat/array/min.md @@ -1,5 +1,9 @@ # min +::: info +这与我们的[兼容库](../../../compatibility.md)中的lodash完全兼容,`es-toolkit/compat`。 +::: + 找到数组中具有最小值的元素。 如果列表为空,则返回 `undefined`。 diff --git a/docs/zh_hans/reference/compat/array/zipObjectDeep.md b/docs/zh_hans/reference/compat/array/zipObjectDeep.md index 9b608dc8..4e41f402 100644 --- a/docs/zh_hans/reference/compat/array/zipObjectDeep.md +++ b/docs/zh_hans/reference/compat/array/zipObjectDeep.md @@ -1,7 +1,7 @@ # zipObjectDeep ::: info -此功能在我们的[兼容性库](../../../compatibility.md)中可用,`es-toolkit/compat`。 +这与我们的[兼容库](../../../compatibility.md)中的lodash完全兼容,`es-toolkit/compat`。 ::: 给定路径和值的数组,创建一个深层嵌套的对象。 diff --git a/docs/zh_hans/reference/compat/object/get.md b/docs/zh_hans/reference/compat/object/get.md index d2d0c58f..6d271ec0 100644 --- a/docs/zh_hans/reference/compat/object/get.md +++ b/docs/zh_hans/reference/compat/object/get.md @@ -1,7 +1,7 @@ # get ::: info -此功能在我们的[兼容性库](../../../compatibility.md)中可用,`es-toolkit/compat`。 +这与我们的[兼容库](../../../compatibility.md)中的lodash完全兼容,`es-toolkit/compat`。 ::: 从对象中获取给定路径的值。如果解析的值为 `undefined`,则返回 `defaultValue`。 diff --git a/docs/zh_hans/reference/compat/object/set.md b/docs/zh_hans/reference/compat/object/set.md index b8b41d27..50d0fdcc 100644 --- a/docs/zh_hans/reference/compat/object/set.md +++ b/docs/zh_hans/reference/compat/object/set.md @@ -1,7 +1,7 @@ # set ::: info -此功能在我们的[兼容性库](../../../compatibility.md)中可用,`es-toolkit/compat`。 +这与我们的[兼容库](../../../compatibility.md)中的lodash完全兼容,`es-toolkit/compat`。 ::: 在对象的指定路径设置给定值。如果路径的任何部分不存在,将会创建它。 diff --git a/docs/zh_hans/reference/compat/string/startsWith.md b/docs/zh_hans/reference/compat/string/startsWith.md index 566b545a..e494d03a 100644 --- a/docs/zh_hans/reference/compat/string/startsWith.md +++ b/docs/zh_hans/reference/compat/string/startsWith.md @@ -1,7 +1,7 @@ # startsWith ::: info -此功能在我们的[兼容性库](../../../compatibility.md)中可用,`es-toolkit/compat`。 +这与我们的[兼容库](../../../compatibility.md)中的lodash完全兼容,`es-toolkit/compat`。 ::: 检查字符串是否在其开头包含另一个字符串。