mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -8,7 +8,8 @@ import lodash from './wrapperLodash';
|
||||
*
|
||||
* @private
|
||||
* @param {Function} func The function to check.
|
||||
* @returns {boolean} Returns `true` if `func` has a lazy counterpart, else `false`.
|
||||
* @returns {boolean} Returns `true` if `func` has a lazy counterpart,
|
||||
* else `false`.
|
||||
*/
|
||||
function isLaziable(func) {
|
||||
var funcName = getFuncName(func),
|
||||
|
||||
Reference in New Issue
Block a user