mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-08 02:47:17 +08:00
4 lines
No EOL
129 B
Text
4 lines
No EOL
129 B
Text
import AwaitValue from "./AwaitValue.js";
|
|
export default function _awaitAsyncGenerator(value) {
|
|
return new AwaitValue(value);
|
|
} |