UNPKG

tus-js-client

Version:

A pure JavaScript client for the tus resumable upload protocol

4 lines 216 B
var isReactNative = function isReactNative() { return typeof navigator !== 'undefined' && typeof navigator.product === 'string' && navigator.product.toLowerCase() === 'reactnative'; }; export default isReactNative;