UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 150 B
/** * Recursively check if the objects match. */ declare function deepMatches(target: any, pattern: any): boolean; export default deepMatches;