UNPKG

@theguild/federation-composition

Version:
5 lines 317 B
import { FederationVersion } from '../specifications/federation.cjs'; type UnsupportedVersion = 'v2.7' | 'v2.8'; export declare function satisfiesVersionRange(version: FederationVersion, range: `${'<' | '>=' | '>'} ${FederationVersion | UnsupportedVersion}`): boolean; export {}; //# sourceMappingURL=version.d.ts.map