Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
6cc198bf7aedb28d6401db70e3f9c298c28b03e0
6cc198bf7aedb28d6401db70e3f9c298c28b03e0
Switch branch/tag
search-page
node_modules
@babel
runtime
helpers
esm
AwaitValue.js
Find file
Normal view
History
Permalink
AwaitValue.js
70 Bytes
Edit
Web IDE
Newer
Older
first commit
Sangjune Bae
committed
Dec 26, 2020
1
2
3
export
default
function
_AwaitValue
(
value
)
{
this
.
wrapped
=
value
;
}