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) 250 B
import { IPaywall } from "../../types/paywall"; export declare const allPaywalls: () => IPaywall[]; export declare const getPaywall: (paywallId: string) => IPaywall | undefined; export declare const hasAllPaywalls: (paywallIds: string[]) => boolean;