Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,4 @@ | ||
export declare function HttpDispatchHandling(target: any, methodName: string, descriptor: PropertyDescriptor): PropertyDescriptor; | ||
export declare function HttpDispatchDownload(target: any, methodName: string, descriptor: PropertyDescriptor): PropertyDescriptor; | ||
import { Controller } from "./model/Controller"; | ||
declare function HttpDispatchHandling(target: any, methodName: string, descriptor: PropertyDescriptor): PropertyDescriptor; | ||
declare function HttpDispatchDownload(target: any, methodName: string, descriptor: PropertyDescriptor): PropertyDescriptor; | ||
export { Controller, HttpDispatchHandling, HttpDispatchDownload }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HttpDispatchDownload = exports.HttpDispatchHandling = void 0; | ||
exports.HttpDispatchDownload = exports.HttpDispatchHandling = exports.Controller = void 0; | ||
const http_status_1 = require("http-status"); | ||
const Controller_1 = require("./model/Controller"); | ||
Object.defineProperty(exports, "Controller", { enumerable: true, get: function () { return Controller_1.Controller; } }); | ||
function HttpDispatchHandling(target, methodName, descriptor) { | ||
@@ -6,0 +8,0 @@ const originalMethod = descriptor.value; |
{ | ||
"name": "c2-http", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Biblioteca Typescript para API NodeJS", | ||
@@ -5,0 +5,0 @@ "repository": "https://cabralsilva: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@github.com/cabralsilva/c2-http.git", |
8984
187