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) 341 B
import "./utils/ssr-shim"; export { Nami } from "./nami"; export { NamiCampaignManager } from "./nami/campaign"; export { NamiCustomerManager } from "./nami/customer"; export { NamiPaywallManager } from "./nami/paywalls"; export { NamiEntitlementManager } from "./nami/entitlement"; export * from "./types/externals"; import "./components";