/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/export/helpers
NameSizeModeActions
create-incremental-cache.d.ts5520666editdlrm
create-incremental-cache.js25550666editdlrm
create-incremental-cache.js.map40740666editdlrm
get-amp-html-validator.d.ts14140666editdlrm
get-amp-html-validator.js13890666editdlrm
get-amp-html-validator.js.map25800666editdlrm
get-params.d.ts3240666editdlrm
get-params.js13530666editdlrm
get-params.js.map19410666editdlrm
is-dynamic-usage-error.d.ts690666editdlrm
is-dynamic-usage-error.js8390666editdlrm
is-dynamic-usage-error.js.map9350666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/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;