You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
638 B
19 lines
638 B
![]()
1 week ago
|
var _typeof = require("./typeof.js")["default"];
|
||
|
function _regeneratorValues(e) {
|
||
|
if (null != e) {
|
||
|
var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"],
|
||
|
r = 0;
|
||
|
if (t) return t.call(e);
|
||
|
if ("function" == typeof e.next) return e;
|
||
|
if (!isNaN(e.length)) return {
|
||
|
next: function next() {
|
||
|
return e && r >= e.length && (e = void 0), {
|
||
|
value: e && e[r++],
|
||
|
done: !e
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
}
|
||
|
throw new TypeError(_typeof(e) + " is not iterable");
|
||
|
}
|
||
|
module.exports = _regeneratorValues, module.exports.__esModule = true, module.exports["default"] = module.exports;
|