dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
巡检新增优化
Administrator
2023-08-09
425032a9bf402d2c74bb2a3b7b02a05281ecc963
[~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");
}
}