mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
4 lines
No EOL
129 B
JavaScript
Vendored
4 lines
No EOL
129 B
JavaScript
Vendored
import AwaitValue from "./AwaitValue.js";
|
|
export default function _awaitAsyncGenerator(value) {
|
|
return new AwaitValue(value);
|
|
} |