Current section

Files

Jump to
common_graphql_client priv npm node_modules @babel runtime helpers arrayWithHoles.js
Raw

priv/npm/node_modules/@babel/runtime/helpers/arrayWithHoles.js

function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}
module.exports = _arrayWithHoles;