dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改sdk设置锁定返回值
‘liusuyi’
2023-07-04
633956efc1b27599f8e4b8fe255a5f70587d60ff
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
temporalRef.js
1
2
3
4
5
import undef from "./temporalUndefined.js";
import err from "./tdz.js";
export default function _temporalRef(val, name) {
return val === undef ? err(name) : val;
}