UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

12 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Service = void 0; const reflect_decorator_1 = require("../helpers/reflect.decorator"); /** * Marks class as a service that can be injected using container. */ function Service(options) { return reflect_decorator_1.ReflectDecorator(options, { type: 'service' }); } exports.Service = Service; //# sourceMappingURL=service.js.map