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
/
core-js
/
modules
/
esnext.async-iterator.some.js
1
2
3
4
5
6
7
8
9
10
'use strict';
// https://github.com/tc39/proposal-iterator-helpers
var $ = require('../internals/export');
var $some = require('../internals/async-iterator-iteration').some;
$({ target: 'AsyncIterator', proto: true, real: true, forced: true }, {
some: function some(fn) {
return $some(this, fn);
}
});