UNPKG

@namiml/web-sdk

Version:

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

11 lines (10 loc) 401 B
import "./polyfills"; import "./shims/globalThis"; import "./shims/getAttributeNames"; 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";