Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
awaitAsyncGenerator.js
blob: 59f797af74e2784699df394da2261cb74d1e6055 [
file
]
var
AwaitValue
=
require
(
"./AwaitValue"
);
function
_awaitAsyncGenerator
(
value
)
{
return
new
AwaitValue
(
value
);
}
module
.
exports
=
_awaitAsyncGenerator
;