/opt/canhelp/node_modules/next/dist/export/helpers
NameSizeModeActions
create-incremental-cache.d.ts5520644editdlrm
create-incremental-cache.js25550644editdlrm
create-incremental-cache.js.map40740644editdlrm
get-amp-html-validator.d.ts14140644editdlrm
get-amp-html-validator.js13890644editdlrm
get-amp-html-validator.js.map25800644editdlrm
get-params.d.ts3240644editdlrm
get-params.js13530644editdlrm
get-params.js.map19410644editdlrm
is-dynamic-usage-error.d.ts690644editdlrm
is-dynamic-usage-error.js8390644editdlrm
is-dynamic-usage-error.js.map9350644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/export/helpers/get-params.d.ts (324B)
/** * Gets the params for the provided page. * @param page the page that contains dynamic path parameters * @param pathname the pathname to match * @returns the matches that were found, throws otherwise */ export declare function getParams(page: string, pathname: string): import("../../server/request/params").Params;