/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/static-paths
NameSizeModeActions
app.d.ts63420666editdlrm
app.js324890666editdlrm
app.js.map497900666editdlrm
pages.d.ts3910666editdlrm
pages.js92250666editdlrm
pages.js.map134680666editdlrm
types.d.ts13180666editdlrm
types.js1150666editdlrm
types.js.map670666editdlrm
utils.d.ts4990666editdlrm
utils.js10270666editdlrm
utils.js.map13350666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/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;