Files
30-seconds-of-code/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
2019-08-20 15:52:05 +02:00

4 lines
126 B
JavaScript

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