8000 Add private `guard` param doc to `_.sortByOrder`. [ci skip] · lodash/lodash@7c44343 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7c44343

Browse files
committed
Add private guard param doc to _.sortByOrder. [ci skip]
1 parent 0f201e3 commit 7c44343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lodash.src.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6975,6 +6975,7 @@
69756975
* @param {Array|Object|string} collection The collection to iterate over.
69766976
* @param {string[]} props The property names to sort by.
69776977
* @param {boolean[]} orders The sort orders of `props`.
6978+
* @param- {Object} [guard] Enables use as a callback for functions like `_.reduce`.
69786979
* @returns {Array} Returns the new sorted array.
69796980
* @example
69806981
*

0 commit comments

Comments
 (0)
0