@namiml/web-sdk
Version:
Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing
12 lines (11 loc) • 334 B
TypeScript
export declare class URLParams {
private static _instance;
params: Record<string, string>;
constructor();
static get instance(): URLParams;
static refresh(): void;
private setSearchParams;
private safeValue;
private extractSafeParams;
}
export declare const getUrlParams: () => Record<string, string>;