UNPKG

react-native-purchases

Version:

React Native in-app purchases and subscriptions made easy. Supports iOS and Android.

7 lines (6 loc) 281 B
/** * Helper function to ensure PurchasesCommon is configured before making API calls * @throws {Error} If PurchasesCommon is not configured */ export declare function ensurePurchasesConfigured(): void; export declare function methodNotSupportedOnWeb(methodName: string): void;