2015-03-06 02:25:24 +11:00

5 lines
98 B
JavaScript

"use strict";
var foo = babelHelpers.asyncToGenerator(function* () {
var wat = yield bar();
});