UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

23 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Get(value) { return function () { return; }; } exports.Get = Get; function Post(value) { return function () { return; }; } exports.Post = Post; function Patch(value) { return function () { return; }; } exports.Patch = Patch; function Put(value) { return function () { return; }; } exports.Put = Put; function Delete(value) { return function () { return; }; } exports.Delete = Delete; //# sourceMappingURL=methods.js.map