UNPKG

@phaserjs/phaser

Version:
17 lines 413 B
export interface IDeviceBrowserResult { chrome: boolean; chromeVersion: number; edge: boolean; firefox: boolean; firefoxVersion: number; ie: boolean; ieVersion: number; mobileSafari: boolean; opera: boolean; safari: boolean; safariVersion: number; silk: boolean; trident: boolean; tridentVersion: number; } //# sourceMappingURL=IDeviceBrowserResult.d.ts.map