dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改用户查询userId格式错误
‘liusuyi’
2023-07-04
fbdd09cee9f631a315dc654f587700f7bb466ea2
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
core-js
/
internals
/
create-iter-result-object.js
1
2
3
4
5
// `CreateIterResultObject` abstract operation
// https://tc39.es/ecma262/#sec-createiterresultobject
module.exports = function (value, done) {
return { value: value, done: done };
};