mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 21:29:06 +08:00
4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
import AwaitValue from "./AwaitValue.js";
|
|
export default function _awaitAsyncGenerator(value) {
|
|
return new AwaitValue(value);
|
|
} |