Files
powerpoint-toolbox/node_modules/@swc/helpers/esm/_array_with_holes.js
T
2025-03-07 19:22:02 +01:00

5 lines
111 B
JavaScript

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