Skip to content

Variable: Patch

ts
const Patch: (path) => MethodDecorator;

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

Parameters

ParameterTypeDefault value
pathstring""

Returns

MethodDecorator

Released under the MIT License.