UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

6 lines 288 B
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(); }