UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

7 lines 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Route(name) { return function () { return; }; } exports.Route = Route; //# sourceMappingURL=route.js.map