UNPKG

@glandjs/common

Version:

Glands is a web framework for Node.js (@common)

10 lines (9 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Module = Module; const constant_1 = require("../../constant"); function Module(metadata) { return (target) => { Reflect.defineMetadata(constant_1.MODULE_METADATA, metadata, target); }; }