You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
288 B
6 lines
288 B
import regenerator from "./regenerator.js";
|
|
import regeneratorAsyncIterator from "./regeneratorAsyncIterator.js";
|
|
function _regeneratorAsyncGen(r, e, t, o, n) {
|
|
return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
|
|
}
|
|
export { _regeneratorAsyncGen as default };
|