UNPKG

kod-temp

Version:

Workano Communications SDK

4 lines (3 loc) 144 B
/* global navigator */ const isMobile = () => typeof navigator !== 'undefined' && navigator.product === 'ReactNative'; export default isMobile;