UNPKG

@elastic-suite/gally-admin-shared

Version:
10 lines (7 loc) 276 B
import { Bundle } from '../types' export function isVirtualCategoryEnabled(bundles: Bundle[]): boolean { return bundles.includes(Bundle.VIRTUAL_CATEGORY) } export function isSearchUsageEnabled(bundles: Bundle[]): boolean { return bundles.includes(Bundle.SEARCH_USAGE) }