UNPKG

validatees

Version:

✅ Validation library for ES6+ modules

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