UNPKG

@dazejs/framework

Version:

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

11 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpCode = void 0; const symbol_1 = require("../symbol"); const HttpCode = function (code = 200) { return function (target, propertyKey) { target[propertyKey.toString()][symbol_1.HTTP_CODE] = code; }; }; exports.HttpCode = HttpCode; //# sourceMappingURL=http-code.js.map