UNPKG

infrastructure-components

Version:

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

6 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getChildrenArray = (component) => { return Array.isArray(component.children) ? component.children : [component.children]; }; //# sourceMappingURL=client-app-config.js.map