Skip to content

Variable: Delete

ts
const Delete: (path) => MethodDecorator;

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

Parameters

ParameterTypeDefault value
pathstring""

Returns

MethodDecorator

Released under the MIT License.