4 lines
No EOL
129 B
JavaScript
Executable file
4 lines
No EOL
129 B
JavaScript
Executable file
import AwaitValue from "./AwaitValue.js";
|
|
export default function _awaitAsyncGenerator(value) {
|
|
return new AwaitValue(value);
|
|
} |