mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-22 07:59:12 +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);
|
|
} |