UNPKG

@zohodesk/hooks

Version:

Unified Component Library - Hooks

3 lines 139 B
export default function isEqualMatchedQuery(oldMatched, newMatched) { return JSON.stringify(oldMatched) === JSON.stringify(newMatched); }