blob: 5a62a8ce4b132e3ea127b0655e8d0e73a9d98376 [file] [log] [blame]
function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}
module.exports = _arrayWithHoles;