init source
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import arrayWithHoles from "./arrayWithHoles";
|
||||
import iterableToArrayLimit from "./iterableToArrayLimit";
|
||||
import nonIterableRest from "./nonIterableRest";
|
||||
export default function _slicedToArray(arr, i) {
|
||||
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || nonIterableRest();
|
||||
}
|
||||
Reference in New Issue
Block a user