Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
AwaitValue.js
blob: 52a7e69a581f0161ff8f48b9b641bb33c263494b [
file
] [
log
] [
blame
]
function
_AwaitValue
(
t
)
{
this
.
wrapped
=
t
;
}
module
.
exports
=
_AwaitValue
,
module
.
exports
.
__esModule
=
true
,
module
.
exports
[
"default"
]
=
module
.
exports
;