makearmy-app/node_modules/@swc/helpers/esm/_array_with_holes.js

5 lines
111 B
JavaScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
function _array_with_holes(arr) {
if (Array.isArray(arr)) return arr;
}
export { _array_with_holes as _ };