Skip to content

Options

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

Defined in: src/decorators.ts:145

Decorator: Binds a method to the OPTIONS HTTP verb.

string = "/"

(target, propertyKey, descriptor): void

any

string

PropertyDescriptor

void