Remix
Remix
remix/fetch-router · TypeView Source

NextFunction

Summary

A function that invokes the next middleware or handler in the chain.

Signature

type NextFunction = () => Promise<Response>;