securityos/node_modules/@swc/helpers/esm/_array_with_holes.js

5 lines
118 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export function _array_with_holes(arr) {
if (Array.isArray(arr)) return arr;
}
export { _array_with_holes as _ };