@sustain/core
Version:
Sustain is a Framework that is barely used despedcies to make stable and sustainable apps
17 lines • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.App = void 0;
require("reflect-metadata");
function createAppDecorator() {
return (config = '') => {
return function (constructorFunction) {
constructorFunction.prototype.MODULE_CONFIG = config;
constructorFunction.prototype.injectable = true;
};
};
}
/**
* Create a @Get decorator
*/
exports.App = createAppDecorator();
//# sourceMappingURL=app.decorator.js.map