wilddragon-site/node_modules/@swc/helpers/esm/_array_with_holes.js
2026-04-17 15:51:01 -04:00

4 lines
111 B
JavaScript
Executable file

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