UNPKG

@phaserjs/phaser

Version:
9 lines 204 B
interface IGetIOSResult { iOS: boolean; iOSVersion: number; iPhone: boolean; iPad: boolean; } export declare function IsiOS(): IGetIOSResult; export {}; //# sourceMappingURL=IsiOS.d.ts.map