UNPKG

@namiml/web-sdk

Version:

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

5 lines (4 loc) 270 B
import { DevicePayload, TDevice } from "../types/device"; export declare const getDeviceData: (namiCommands?: string[]) => DevicePayload; export declare const getDeviceFormFactor: () => TDevice; export declare function getDeviceScaleFactor(formFactor?: string): number;