mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 09:19:30 +08:00
7 lines
No EOL
236 B
Text
7 lines
No EOL
236 B
Text
var AwaitValue = require("./AwaitValue.js");
|
|
|
|
function _awaitAsyncGenerator(value) {
|
|
return new AwaitValue(value);
|
|
}
|
|
|
|
module.exports = _awaitAsyncGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; |