MCPcopy
hub / github.com/lukeautry/tsoa / Post

Function Post

packages/runtime/src/decorators/methods.ts:13–17  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

11}
12
13export function Post(value?: string): MethodDecorator {
14 return () => {
15 return;
16 };
17}
18
19export function Put(value?: string): MethodDecorator {
20 return () => {

Calls

no outgoing calls

Tested by

no test coverage detected