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