🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
104 B
JavaScript
Executable File
4 lines
104 B
JavaScript
Executable File
function _arrayWithHoles(r) {
|
|
if (Array.isArray(r)) return r;
|
|
}
|
|
export { _arrayWithHoles as default }; |