@tsed/common
Version:
A TypeScript Framework on top of Express
14 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndpointFn = void 0;
const schema_1 = require("@tsed/schema");
/**
*
* @param fn
* @decorator
*/
function EndpointFn(fn) {
return schema_1.JsonEntityFn(fn);
}
exports.EndpointFn = EndpointFn;
//# sourceMappingURL=endpointFn.js.map