5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
function _await_value(value) {
|
|
this.wrapped = value;
|
|
}
|
|
export { _await_value as _ };
|