UNPKG

@tsed/common

Version:
14 lines 323 B
"use strict"; 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