UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

4 lines 158 B
import arrayLikeToArray from "./arrayLikeToArray"; export default function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return arrayLikeToArray(arr); }