mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 13:17:09 +03:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
export function _array_with_holes(arr) {
|
|
if (Array.isArray(arr)) return arr;
|
|
}
|
|
export { _array_with_holes as _ };
|