UNPKG

@namiml/web-sdk

Version:

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

6 lines (5 loc) 168 B
import { IConfig } from "../types/config"; export declare class ConfigRepository { static instance: ConfigRepository; fetchConfig(): Promise<IConfig | null>; }