google_forms/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js

5 lines
182 B
JavaScript
Raw Permalink Normal View History

2024-08-09 12:04:48 +00:00
import arrayLikeToArray from "./arrayLikeToArray.js";
function _arrayWithoutHoles(r) {
if (Array.isArray(r)) return arrayLikeToArray(r);
}
export { _arrayWithoutHoles as default };