/opt/canhelp/node_modules/next/dist/server/route-matches
NameSizeModeActions
app-page-route-match.d.ts2250644editdlrm
app-page-route-match.js1300644editdlrm
app-page-route-match.js.map670644editdlrm
app-route-route-match.d.ts2290644editdlrm
app-route-route-match.js1310644editdlrm
app-route-route-match.js.map670644editdlrm
locale-route-match.d.ts2710644editdlrm
locale-route-match.js1280644editdlrm
locale-route-match.js.map670644editdlrm
pages-api-route-match.d.ts4970644editdlrm
pages-api-route-match.js4340644editdlrm
pages-api-route-match.js.map9520644editdlrm
pages-route-match.d.ts2350644editdlrm
pages-route-match.js1270644editdlrm
pages-route-match.js.map670644editdlrm
route-match.d.ts6400644editdlrm
route-match.js1210644editdlrm
route-match.js.map670644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/route-matches/pages-api-route-match.d.ts (497B)
import type { RouteMatch } from './route-match'; import type { PagesAPIRouteDefinition } from '../route-definitions/pages-api-route-definition'; export interface PagesAPIRouteMatch extends RouteMatch { } /** * Checks if the given match is a Pages API route match. * @param match the match to check * @returns true if the match is a Pages API route match, false otherwise */ export declare function isPagesAPIRouteMatch(match: RouteMatch): match is PagesAPIRouteMatch;