UNPKG

react-native-nami-sdk

Version:

React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.

4 lines (3 loc) 196 B
import type { NamiPurchase, NamiSKUType } from './types'; export declare function parsePurchaseDates(purchase: any): NamiPurchase; export declare function coerceSkuType(raw: string): NamiSKUType;