2020-05-26 18:17:24 +02:00

3 lines
70 B
JavaScript

export default function _AwaitValue(value) {
this.wrapped = value;
}