source:
node_modules/@babel/runtime-corejs3/helpers/esm/arrayWithoutHoles.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 232 bytes |
Line | |
---|---|
1 | import _Array$isArray from "core-js-pure/features/array/is-array.js"; |
2 | import arrayLikeToArray from "./arrayLikeToArray.js"; |
3 | export default function _arrayWithoutHoles(arr) { |
4 | if (_Array$isArray(arr)) return arrayLikeToArray(arr); |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.