UNPKG

@namiml/web-sdk

Version:

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

8 lines (7 loc) 279 B
export declare abstract class BaseNamespaceResolver { protected abstract readonly namespace: string; protected abstract resolveValue(path: string): any; constructor(); protected register(): void; protected resolveKeyPath(keyPath: string, target: any): any; }