UNPKG

validatees

Version:

✅ Validation library for ES6+ modules

4 lines (3 loc) 182 B
import { allTypes } from "../types/enums/type"; export declare function isDeepMatch<T>(val1: allTypes<T>, val2: allTypes<T>): boolean | Promise<boolean>; export default isDeepMatch;