dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化三维实景业务
‘liusuyi’
2023-06-16
4c855671b05efba9199c456adbd7c846db608230
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classCheckPrivateStaticAccess.js
1
2
3
4
5
export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
if (receiver !== classConstructor) {
throw new TypeError("Private static access of wrong provenance");
}
}