createHandler
createHandler(
handle
):Handler
Creates a Next.js handler function using the provided handle and handler options
Parameters
Parameter | Type | Description |
---|---|---|
handle | Handle | The handle function to process requests |
Returns
The created handler function