UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
nonIterableRest.js
3 lines
•
210 B
JavaScript
View Raw
1
2
3
export
default
function
_nonIterableRest
(
) {
throw
new
TypeError
(
"Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
); }