This commit is contained in:
Luiz Silva 2025-11-11 15:59:47 -03:00
parent 5b1b6e3c25
commit 84880fff0c
7 changed files with 361 additions and 0 deletions

View file

@ -33,7 +33,11 @@ __export(consulta_exports, {
zOperadores: () => zOperadores
});
module.exports = __toCommonJS(consulta_exports);
<<<<<<< HEAD
var import_zod = __toESM(require("zod"));
=======
var import_zod = __toESM(require("zod"), 1);
>>>>>>> 34d92fa (build)
var operadores = /* @__PURE__ */ ((operadores2) => {
operadores2["="] = "=";
operadores2["!="] = "!=";