Projekt

Obecné

Profil

Stáhnout (155 Bajtů) Statistiky
| Větev: | Revize:
1
var AwaitValue = require("./AwaitValue");
2

    
3
function _awaitAsyncGenerator(value) {
4
  return new AwaitValue(value);
5
}
6

    
7
module.exports = _awaitAsyncGenerator;
(11-11/80)