securesharkinputs
Version:
Advanced enterprise validation library with multi-layer security protection for SecureShark
33 lines • 2.06 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = exports.withValidationShark = exports.useValidationShark = exports.ValidationShark = void 0;
// Main entry point for SecureSharkInputs
__exportStar(require("./services/enterpriseValidator"), exports);
__exportStar(require("./schemas/enterpriseConfig"), exports);
__exportStar(require("./schemas/useSchema"), exports);
// Componente principal simplificado
var ValidationShark_1 = require("./components/ValidationShark");
Object.defineProperty(exports, "ValidationShark", { enumerable: true, get: function () { return __importDefault(ValidationShark_1).default; } });
Object.defineProperty(exports, "useValidationShark", { enumerable: true, get: function () { return ValidationShark_1.useValidationShark; } });
Object.defineProperty(exports, "withValidationShark", { enumerable: true, get: function () { return ValidationShark_1.withValidationShark; } });
// Exportar ValidationShark como default principal
var ValidationShark_2 = require("./components/ValidationShark");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(ValidationShark_2).default; } });
//# sourceMappingURL=index.js.map