Blame view

node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js 126 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  import AwaitValue from "./AwaitValue";
  export default function _awaitAsyncGenerator(value) {
    return new AwaitValue(value);
  }