Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
caf107a93515a122f3e73b49e9c6842701c3fa30
caf107a93515a122f3e73b49e9c6842701c3fa30
Switch branch/tag
mingPayPc
node_modules
@babel
runtime
helpers
AwaitValue.js
Find file
Normal view
History
Permalink
AwaitValue.js
86 Bytes
Edit
Newer
Older
第一次提交等待部署
7fa45084
liang ce
committed
5 years ago
1
2
3
4
5
function
_AwaitValue
(
value
)
{
this
.
wrapped
=
value
;
}
module
.
exports
=
_AwaitValue
;