/opt/canhelp/node_modules/next/dist/esm/server/route-matches
NameSizeModeActions
app-page-route-match.js610644editdlrm
app-page-route-match.js.map3860644editdlrm
app-route-route-match.js620644editdlrm
app-route-route-match.js.map3940644editdlrm
locale-route-match.js590644editdlrm
locale-route-match.js.map4320644editdlrm
pages-api-route-match.js3730644editdlrm
pages-api-route-match.js.map9630644editdlrm
pages-route-match.js580644editdlrm
pages-route-match.js.map3960644editdlrm
route-match.js1860644editdlrm
route-match.js.map8020644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/server/route-matches/pages-api-route-match.js (373B)
import { RouteKind } from '../route-kind'; /** * 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 function isPagesAPIRouteMatch(match) { return match.definition.kind === RouteKind.PAGES_API; } //# sourceMappingURL=pages-api-route-match.js.map