Skip to content

Variable: Head

ts
const Head: (path) => MethodDecorator;

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

Parameters

ParameterTypeDefault value
pathstring""

Returns

MethodDecorator

Released under the MIT License.