UNPKG

@easy-koa/shared

Version:

10 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var constants_1 = require("../constants"); function Module(appConfig) { return function (target) { Reflect.defineMetadata(constants_1.moduleMeta, appConfig, target); }; } exports.Module = Module; //# sourceMappingURL=module.js.map