blob: f9f418419593577a72dbd44707136648f198849f [file] [log] [blame]
function _AwaitValue(value) {
this.wrapped = value;
}
module.exports = _AwaitValue;