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

4 lines
126 B
JavaScript

import AwaitValue from "./AwaitValue";
export default function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}