%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/server/api-utils/ |
Current File : /var/www/html/node_modules/next/dist/server/api-utils/web.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.byteLength = byteLength; function byteLength(payload) { return new TextEncoder().encode(payload).buffer.byteLength; } //# sourceMappingURL=web.js.map