Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
29 lines
543 B
Plaintext
29 lines
543 B
Plaintext
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = _regeneratorKeys;
|
|
function _regeneratorKeys(val) {
|
|
var object = Object(val);
|
|
var keys = [];
|
|
var key;
|
|
for (var key in object) {
|
|
keys.unshift(key);
|
|
}
|
|
return function next() {
|
|
while (keys.length) {
|
|
key = keys.pop();
|
|
if (key in object) {
|
|
next.value = key;
|
|
next.done = false;
|
|
return next;
|
|
}
|
|
}
|
|
next.done = true;
|
|
return next;
|
|
};
|
|
}
|
|
|
|
//# sourceMappingURL=regeneratorKeys.js.map
|