Projekt

Obecné

Profil

Stáhnout (126 Bajtů) Statistiky
| Větev: | Revize:
1
import AwaitValue from "./AwaitValue";
2
export default function _awaitAsyncGenerator(value) {
3
  return new AwaitValue(value);
4
}
(11-11/80)