var LazyWrapper = ,
getData = ,
getFuncName = ,
lodash = ;
/**
* Checks if `func` has a lazy counterpart.
*
* @private
* @param {Function} func The function to check.
* @returns {boolean} Returns `true` if `func` has a lazy counterpart,
* else `false`.
*/
module.exports = isLaziable;