UNPKG

@notadd/injection

Version:

Notadd Injection Package.

14 lines (12 loc) 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("reflect-metadata"); const common_1 = require("@nestjs/common"); const constants_1 = require("../constants"); function Dashboard(name) { return (target, key, descriptor) => { return common_1.ReflectMetadata(constants_1.DASHBOARD_METADATA, name ? name : key)(target, key, descriptor); }; } exports.Dashboard = Dashboard; //# sourceMappingURL=dashboard.decorator.js.map