UNPKG

miter

Version:

A typescript web framework based on ExpressJs based loosely on SailsJs

11 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const injectable_1 = require("../../metadata/services/injectable"); function Injectable(meta) { meta = meta || {}; return function (injectable) { Reflect.defineMetadata(injectable_1.InjectableMetadataSym, meta, injectable.prototype); }; } exports.Injectable = Injectable; //# sourceMappingURL=injectable.decorator.js.map