astro-ghostcms/.pnpm-store/v3/files/b1/9d910f000de499d7fe0dd0db543...

2 lines
103 B
Plaintext

export default function getVersionRangeType(versionRange: string): "^" | "~" | ">=" | "<=" | ">" | "";