UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 294 B
export default baseMatches; /** * 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. */ declare function baseMatches(source: any): Function;