UNPKG

@adapty/capacitor

Version:
3 lines (2 loc) 99 B
export type Platform = 'ios' | 'android' | 'web'; export declare function getPlatform(): Platform;