mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
docs: Update compatibility docs for max & min
This commit is contained in:
parent
14c0ad3055
commit
93d3e6a192
@ -248,11 +248,11 @@ It's worth noting that even if an implementation is labeled as "in review", it m
|
||||
| [ceil](https://lodash.com/docs/4.17.15#ceil) | ❌ |
|
||||
| [divide](https://lodash.com/docs/4.17.15#divide) | ❌ |
|
||||
| [floor](https://lodash.com/docs/4.17.15#floor) | ❌ |
|
||||
| [max](https://lodash.com/docs/4.17.15#max) | ❌ |
|
||||
| [max](https://lodash.com/docs/4.17.15#max) | ✅ |
|
||||
| [maxBy](https://lodash.com/docs/4.17.15#maxBy) | 📝 |
|
||||
| [mean](https://lodash.com/docs/4.17.15#mean) | 📝 |
|
||||
| [meanBy](https://lodash.com/docs/4.17.15#meanBy) | 📝 |
|
||||
| [min](https://lodash.com/docs/4.17.15#min) | 📝 |
|
||||
| [min](https://lodash.com/docs/4.17.15#min) | ✅ |
|
||||
| [minBy](https://lodash.com/docs/4.17.15#minBy) | 📝 |
|
||||
| [multiply](https://lodash.com/docs/4.17.15#multiply) | ❌ |
|
||||
| [round](https://lodash.com/docs/4.17.15#round) | ❌ |
|
||||
|
@ -249,11 +249,11 @@ chunk([1, 2, 3, 4], 0);
|
||||
| [ceil](https://lodash.com/docs/4.17.15#ceil) | ❌ |
|
||||
| [divide](https://lodash.com/docs/4.17.15#divide) | ❌ |
|
||||
| [floor](https://lodash.com/docs/4.17.15#floor) | ❌ |
|
||||
| [max](https://lodash.com/docs/4.17.15#max) | ❌ |
|
||||
| [max](https://lodash.com/docs/4.17.15#max) | ✅ |
|
||||
| [maxBy](https://lodash.com/docs/4.17.15#maxBy) | 📝 |
|
||||
| [mean](https://lodash.com/docs/4.17.15#mean) | 📝 |
|
||||
| [meanBy](https://lodash.com/docs/4.17.15#meanBy) | 📝 |
|
||||
| [min](https://lodash.com/docs/4.17.15#min) | 📝 |
|
||||
| [min](https://lodash.com/docs/4.17.15#min) | ✅ |
|
||||
| [minBy](https://lodash.com/docs/4.17.15#minBy) | 📝 |
|
||||
| [multiply](https://lodash.com/docs/4.17.15#multiply) | ❌ |
|
||||
| [round](https://lodash.com/docs/4.17.15#round) | ❌ |
|
||||
|
@ -248,11 +248,11 @@ chunk([1, 2, 3, 4], 0);
|
||||
| [ceil](https://lodash.com/docs/4.17.15#ceil) | ❌ |
|
||||
| [divide](https://lodash.com/docs/4.17.15#divide) | ❌ |
|
||||
| [floor](https://lodash.com/docs/4.17.15#floor) | ❌ |
|
||||
| [max](https://lodash.com/docs/4.17.15#max) | ❌ |
|
||||
| [max](https://lodash.com/docs/4.17.15#max) | ✅ |
|
||||
| [maxBy](https://lodash.com/docs/4.17.15#maxBy) | 📝 |
|
||||
| [mean](https://lodash.com/docs/4.17.15#mean) | 📝 |
|
||||
| [meanBy](https://lodash.com/docs/4.17.15#meanBy) | 📝 |
|
||||
| [min](https://lodash.com/docs/4.17.15#min) | 📝 |
|
||||
| [min](https://lodash.com/docs/4.17.15#min) | ✅ |
|
||||
| [minBy](https://lodash.com/docs/4.17.15#minBy) | 📝 |
|
||||
| [multiply](https://lodash.com/docs/4.17.15#multiply) | ❌ |
|
||||
| [round](https://lodash.com/docs/4.17.15#round) | ❌ |
|
||||
|
Loading…
Reference in New Issue
Block a user