Skip to content

All

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

Defined in: src/decorators/http.ts:70

Decorator: Binds a method to ANY HTTP verb.

string = "/"

(target, propertyKey, descriptor): void

any

string

PropertyDescriptor

void