volleyball-dev-frontend/node_modules/@swc/helpers/esm/_array_with_holes.js
2025-06-02 16:42:16 +00:00

5 lines
111 B
JavaScript

function _array_with_holes(arr) {
if (Array.isArray(arr)) return arr;
}
export { _array_with_holes as _ };