Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
AwaitValue.js
blob: 6f210c9ce8116b6f82fcd9ab00e915b3809d9831 [
file
] [
log
] [
blame
]
function
_AwaitValue
(
t
)
{
this
.
wrapped
=
t
;
}
export
{
_AwaitValue
as
default
};