Source code

Revision control

Copy as Markdown

Other Tools

// TODO(Babel 8): Remove this file.
var runtime = require("../helpers/regeneratorRuntime")();
module.exports = runtime;
try {
regeneratorRuntime = runtime;
} catch (accidentalStrictMode) {
if (typeof globalThis === "object") {
globalThis.regeneratorRuntime = runtime;
} else {
Function("r", "regeneratorRuntime = r")(runtime);
}
}