UNPKG

jweb

Version:

A typeScript httpServer support annotation

10 lines (9 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jbean_1 = require("jbean"); function Task(target) { return jbean_1.annotationHelper(arguments, callback); } exports.default = Task; const callback = function (annoType, ctor) { };