Skip to content

Variable: Put

ts
const Put: (path) => MethodDecorator;

Defined in: packages/core/src/decorators/http.decorators.ts:29

Parameters

ParameterTypeDefault value
pathstring""

Returns

MethodDecorator

Released under the MIT License.