import { hasFunction } from '@travetto/runtime'; import type { ModelQueryFacetSupport } from '../types/facet.ts'; export class ModelQueryFacetUtil { /** * Type guard for determining if service supports query facet operations */ static isSupported = hasFunction('facet'); }