Files
QR-Invoice/node_modules/@swc/helpers/esm/_array_with_holes.js
2026-01-12 13:12:46 +01:00

5 lines
111 B
JavaScript

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