UNPKG

@expo/config-plugins

Version:

A library for Expo config plugins

4 lines (3 loc) 264 B
import type { ExpoConfig } from '@expo/config-types'; export declare function gteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boolean; export declare function lteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boolean;