UNPKG

@glandjs/common

Version:

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

10 lines (9 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.On = On; const constant_1 = require("../../constant"); function On(event) { return (target, key) => { Reflect.defineMetadata(constant_1.METHOD_METADATA, event, target, key); }; }