This website requires JavaScript.
Explore
Help
Register
Sign In
chengdandan
/
yanchengPowerSupply
Watch
1
Star
0
Fork
You've already forked yanchengPowerSupply
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d790080434
yanchengPowerSupply
/
node_modules
/
mxdraw
/
dist
/
lib
/
tools
/
proxy
/
index.js
1 line
84 B
JavaScript
Raw
Blame
History
export
function
objectMethodProxy
(
e
,
t
,
o
)
{
Object
.
defineProperty
(
e
,
o
,
{
get
:
(
)
=>
t
[
o
]
}
)
}
;
Reference in New Issue
View Git Blame
Copy Permalink