UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

7 lines 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Example(exampleModel) { return function () { return; }; } exports.Example = Example; //# sourceMappingURL=example.js.map