index.js 287 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.CrudCas = void 0;
  4. var CrudCas_1 = require("./CrudCas");
  5. Object.defineProperty(exports, "CrudCas", { enumerable: true, get: function () { return CrudCas_1.CrudCas; } });
  6. //# sourceMappingURL=index.js.map