Files
scrap/node_modules/@swc/helpers/esm/_array_with_holes.js
2024-09-24 03:52:46 +00:00

5 lines
118 B
JavaScript

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