validatees
Version:
✅ Validation library for ES6+ modules
10 lines (9 loc) • 646 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isUnique = exports.isDeepMatch = exports.isSoftMatch = void 0;
var isSoftMatch_1 = require("./isSoftMatch");
Object.defineProperty(exports, "isSoftMatch", { enumerable: true, get: function () { return isSoftMatch_1.isSoftMatch; } });
var isDeepMatch_1 = require("./isDeepMatch");
Object.defineProperty(exports, "isDeepMatch", { enumerable: true, get: function () { return isDeepMatch_1.isDeepMatch; } });
var isUnique_1 = require("./isUnique");
Object.defineProperty(exports, "isUnique", { enumerable: true, get: function () { return isUnique_1.isUnique; } });