UNPKG

@namiml/web-sdk

Version:

Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing

5 lines (4 loc) 330 B
import { NamiPurchaseCompleteResult } from "../../types/purchase"; import { NamiPurchaseDetails, NamiPurchase } from "../../types/externals/purchase"; export declare function toNamiPurchase(purchase: NamiPurchaseDetails): NamiPurchase; export declare function namiBuySKU(skuRefId: string): NamiPurchaseCompleteResult | undefined;