Home Reference Source

src/utils/isDevice.js

/** @private */
export function isDevice() {
	return !!(window.cordova ? window.device.uuid : null);
}