UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 108 B
export function IsEdge() { const edge = /Edge\/\d+/.test(navigator.userAgent); return { edge }; }