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