Skip to content

Patch

const Patch: (path) => (target, propertyKey, descriptor) => void

Defined in: src/decorators.ts:140

Decorator: Binds a method to the PATCH HTTP verb.

string = "/"

(target, propertyKey, descriptor): void

any

string

PropertyDescriptor

void