mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-27 14:57:44 +03:00
docs: Update docs for min & max
This commit is contained in:
parent
e09517f05c
commit
0d2b25253b
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user