github-pages-deploy-action/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js

7 lines
155 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
var AwaitValue = require("./AwaitValue");
function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}
module.exports = _awaitAsyncGenerator;