mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-11-19 06:41:05 +08:00
5 lines
164 B
JavaScript
5 lines
164 B
JavaScript
function _AwaitValue(value) {
|
|
this.wrapped = value;
|
|
}
|
|
|
|
module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports; |