File size: 96 Bytes
bc20498
 
 
 
1
2
3
4
5
export function _await_value(value) {
    this.wrapped = value;
}
export { _await_value as _ };