projecte_ionic/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
2022-02-09 18:30:03 +01:00

4 lines
No EOL
129 B
JavaScript
Executable file

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