"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const web_streams_polyfill_1 = require("web-streams-polyfill");
require("regenerator-runtime/runtime");
global.ReadableStream = web_streams_polyfill_1.ReadableStream;
// This is a setup file, not a test file