Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 445 Bytes

next-context.routefunction.md

File metadata and controls

17 lines (11 loc) · 445 Bytes

Home > next-context > RouteFunction

RouteFunction type

route function

Signature:

export type RouteFunction = (request: NextRequest, context: {
    params: AsyncParams;
}) => any;

References: AsyncParams