UNPKG

@oxc-node/core

Version:

Transformer and register for Node.js projects.

5 lines 182 B
import arrayLikeToArray from "./arrayLikeToArray.js"; function _arrayWithoutHoles(r) { if (Array.isArray(r)) return arrayLikeToArray(r); } export { _arrayWithoutHoles as default };