UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

10 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Multiton = void 0; const symbol_1 = require("../symbol"); const Multiton = function (target) { Reflect.defineMetadata(symbol_1.SINGLETON, false, target); Reflect.defineMetadata(symbol_1.MULTITON, true, target); }; exports.Multiton = Multiton; //# sourceMappingURL=multiton.js.map