4 lines
No EOL
163 B
JavaScript
Executable file
4 lines
No EOL
163 B
JavaScript
Executable file
function _AwaitValue(value) {
|
|
this.wrapped = value;
|
|
}
|
|
module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports; |