UNPKG

infrastructure-components

Version:

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

6 lines 286 B
import arrayWithoutHoles from "./arrayWithoutHoles"; import iterableToArray from "./iterableToArray"; import nonIterableSpread from "./nonIterableSpread"; export default function _toConsumableArray(arr) { return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread(); }