UNPKG

ringcentral-widgets

Version:
4 lines (3 loc) 108 B
export const isElectron = () => { return navigator.userAgent.toLowerCase().indexOf(' electron/') > -1; };