/opt/canhelp/node_modules/next/dist/build/static-paths
NameSizeModeActions
app.d.ts63420644editdlrm
app.js324890644editdlrm
app.js.map497900644editdlrm
pages.d.ts3910644editdlrm
pages.js92250644editdlrm
pages.js.map134680644editdlrm
types.d.ts13180644editdlrm
types.js1150644editdlrm
types.js.map670644editdlrm
utils.d.ts4990644editdlrm
utils.js10270644editdlrm
utils.js.map13350644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/static-paths/utils.d.ts (499B)
/** * Encodes a parameter value using the provided encoder. * * @param value - The value to encode. * @param encoder - The encoder to use. * @returns The encoded value. */ export declare function encodeParam(value: string | string[], encoder: (value: string) => string): string; /** * Normalizes a pathname to a consistent format. * * @param pathname - The pathname to normalize. * @returns The normalized pathname. */ export declare function normalizePathname(pathname: string): string;