Files
novarix.uk/node_modules/@swc/helpers/cjs/_array_with_holes.cjs
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
122 B
JavaScript

"use strict";
function _array_with_holes(arr) {
if (Array.isArray(arr)) return arr;
}
exports._ = _array_with_holes;