Files
damai-wx/workers/wasm/arrayWithHoles.js
MagicalKudzu 8079e6c819 首次提交
2025-12-12 10:35:12 +08:00

4 lines
98 B
JavaScript

function _arrayWithHoles(r) {
if (Array.isArray(r)) return r
}
module.exports = _arrayWithHoles;