5 lines
86 B
Java
5 lines
86 B
Java
function _AwaitValue(value) {
|
|
this.wrapped = value;
|
|
}
|
|
|
|
module.exports = _AwaitValue; |