Skip to content

defineGet

defineGet(config, execute): object

Defined in: define-route.js:25

Type-inference helper for GET/DELETE routes.

object

Middleware configuration (without execute).

Function

Route handler receiving the inferred accumulator.

object

RouteConfig object with config and execute merged.