github-pages-deploy-action/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js
2020-03-06 22:45:40 -05:00

7 lines
155 B
JavaScript

var AwaitValue = require("./AwaitValue");
function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}
module.exports = _awaitAsyncGenerator;