/opt/canhelp/node_modules/next/dist/esm/server/api-utils
NameSizeModeActions
node/-0755rm
get-cookie-parser.js4710644editdlrm
get-cookie-parser.js.map11250644editdlrm
index.js55090644editdlrm
index.js.map103750644editdlrm
web.js2380644editdlrm
web.js.map5200644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/server/api-utils/web.js (238B)
// Buffer.byteLength polyfill in the Edge runtime, with only utf8 strings // supported at the moment. export function byteLength(payload) { return new TextEncoder().encode(payload).buffer.byteLength; } //# sourceMappingURL=web.js.map