docs: Update docs for min & max

This commit is contained in:
raon0211 2024-07-19 01:05:11 +09:00
parent e09517f05c
commit 0d2b25253b
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# max
::: info
This function is fully compatible with lodash. You can find it in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`.
:::
Finds the element in an array that has the maximum value.
If the list is empty, returns `undefined`.

View File

@ -1,5 +1,9 @@
# min
::: info
This function is fully compatible with lodash. You can find it in our [compatibility library](../../../compatibility.md), `es-toolkit/compat`.
:::
Finds the element in an array that has the minimum value.
If the list is empty, returns `undefined`.