Skip to content

Use

Use(…middleware): (target, propertyKey?, descriptor?) => void

Defined in: src/decorators.ts:18

Decorator: Applies middleware to a class or method.

Middleware[]

(target, propertyKey?, descriptor?): void

any

string

PropertyDescriptor

void