Files
est-frame/node_modules/@swc/helpers/esm/_array_with_holes.js
2025-10-22 05:38:27 +00:00

5 lines
111 B
JavaScript
Executable File

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