lakutata
Version:
An IoC-based universal application framework.
30 lines (22 loc) • 652 B
JavaScript
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */
;
const e = require("./Package.internal.51.cjs");
var r = {};
Object.defineProperty(r, "__esModule", {
value: true
});
exports.Exclusion_2 = r.Exclusion = t;
const n = e.requireGlobals();
const s = e.error;
function t(e, r) {
const t = r ? e : undefined;
const o = r ? r : e;
if (!o) throw new s.TypeORMError(`Exclusion expression is required`);
return function(e, r) {
(0, n.getMetadataArgsStorage)().exclusions.push({
target: r ? e.constructor : e,
name: t,
expression: o
});
};
}