mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
4 lines
No EOL
129 B
JavaScript
4 lines
No EOL
129 B
JavaScript
import AwaitValue from "./AwaitValue.js";
|
|
export default function _awaitAsyncGenerator(value) {
|
|
return new AwaitValue(value);
|
|
} |