UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

3 lines 206 B
export declare const isOutdatedSdk: (sdkVersion: string | null) => boolean; export declare function findOutdatedSDKs(sdkVersions: (string | null)[]): string[]; //# sourceMappingURL=findOutdatedSdks.d.ts.map