MCPcopy
hub / github.com/originjs/vite-plugin-federation / isXVersion

Function isXVersion

packages/lib/src/utils/semver/utils.ts:22–24  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

20}
21
22export function isXVersion(version: string): boolean {
23 return !version || version.toLowerCase() === 'x' || version === '*'
24}
25
26export function pipe<TArgs extends any[], R1, R2, R3, R4, R5, R6, R7>(
27 f1: (...args: TArgs) => R1,

Callers 4

parseHyphenFunction · 0.90
parseCaretsFunction · 0.90
parseTildesFunction · 0.90
parseXRangesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…