Your IP : 216.73.216.79


Current Path : /var/www/html/mswp/node_modules/@babel/runtime/helpers/
Upload File :
Current File : /var/www/html/mswp/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js

var arrayLikeToArray = require("./arrayLikeToArray");

function _arrayWithoutHoles(arr) {
  if (Array.isArray(arr)) return arrayLikeToArray(arr);
}

module.exports = _arrayWithoutHoles;