UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

8 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConditionByType = void 0; function getConditionByType(conditions, type) { return conditions.find((c) => c.type === type); } exports.getConditionByType = getConditionByType; //# sourceMappingURL=utils.js.map