UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 273 B
export default getMatchData; /** * Gets the property names, values, and compare flags of `object`. * * @private * @param {Object} object The object to query. * @returns {Array} Returns the match data of `object`. */ declare function getMatchData(object: any): any[];