UNPKG

@dazejs/framework

Version:

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

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