mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Bump to v4.12.0.
This commit is contained in:
2
unary.js
2
unary.js
@@ -9,7 +9,7 @@ import ary from './ary';
|
||||
* @since 4.0.0
|
||||
* @category Function
|
||||
* @param {Function} func The function to cap arguments for.
|
||||
* @returns {Function} Returns the new function.
|
||||
* @returns {Function} Returns the new capped function.
|
||||
* @example
|
||||
*
|
||||
* _.map(['6', '8', '10'], _.unary(parseInt));
|
||||
|
||||
Reference in New Issue
Block a user