mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:29:30 +08:00
5 lines
No EOL
164 B
Text
5 lines
No EOL
164 B
Text
function _AwaitValue(value) {
|
|
this.wrapped = value;
|
|
}
|
|
|
|
module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports; |