Files
Tiber365/node_modules/@swc/helpers/esm/_array_with_holes.js
2025-07-24 18:46:24 +02:00

5 lines
111 B
JavaScript

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