@tdi2/di-core
Version:
TypeScript Dependency Injection 2 - Core DI framework
12 lines (11 loc) • 341 B
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/markers.ts
function withDI(component, serviceConfig) {
throw new Error("withDI should be transformed at build time");
}
__name(withDI, "withDI");
export {
withDI
};
//# sourceMappingURL=markers.js.map