Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
AwaitValue.js
blob: f9f418419593577a72dbd44707136648f198849f [
file
]
function
_AwaitValue
(
value
)
{
this
.
wrapped
=
value
;
}
module
.
exports
=
_AwaitValue
;