UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

6 lines (5 loc) 186 B
export declare function fulfillsVersionRange({ version, acceptableVersions, canBeLatest, }: { version: string; acceptableVersions: string; canBeLatest: boolean; }): boolean;