Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
AwaitValue.js
blob: 5237e18fdc8aa344a56444b5e423065befe2bcf0 [
file
]
export
default
function
_AwaitValue
(
value
)
{
this
.
wrapped
=
value
;
}