UNPKG

@namiml/web-sdk

Version:

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

9 lines (8 loc) 255 B
import { IPaywall } from "../types/paywall"; export declare class PaywallRepository { static instance: PaywallRepository; fetchPaywalls(): Promise<IPaywall[]>; private getAnonymousPaywalls; private getPaywalls; private fallbackData; }