var baseIsMatch = ,
getMatchData = ,
matchesStrictComparable = ;
/**
* The base implementation of `_.matches` which doesn't clone `source`.
*
* @private
* @param {Object} source The object of property values to match.
* @returns {Function} Returns the new spec function.
*/
module.exports = baseMatches;