/opt/canhelp/node_modules/next/dist/server/api-utils
NameSizeModeActions
node/-0755rm
get-cookie-parser.d.ts2730644editdlrm
get-cookie-parser.js5990644editdlrm
get-cookie-parser.js.map11300644editdlrm
index.d.ts23920644editdlrm
index.js65350644editdlrm
index.js.map104560644editdlrm
web.d.ts610644editdlrm
web.js4400644editdlrm
web.js.map5350644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/api-utils/web.js (440B)
// Buffer.byteLength polyfill in the Edge runtime, with only utf8 strings // supported at the moment. "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "byteLength", { enumerable: true, get: function() { return byteLength; } }); function byteLength(payload) { return new TextEncoder().encode(payload).buffer.byteLength; } //# sourceMappingURL=web.js.map