UNPKG

@swc/helpers

Version:

External helpers for the swc project.

5 lines (4 loc) 111 B
function _array_with_holes(arr) { if (Array.isArray(arr)) return arr; } export { _array_with_holes as _ };