Skip to content

Commit

Permalink
docs: Update docs for min & max
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed Jul 18, 2024
1 parent e09517f commit 0d2b252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/compat/array/max.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/compat/array/min.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 0d2b252

Please sign in to comment.