UNPKG

tus-js-client

Version:

A pure JavaScript client for the tus resumable upload protocol

7 lines (5 loc) 191 B
const isReactNative = () => typeof navigator !== 'undefined' && typeof navigator.product === 'string' && navigator.product.toLowerCase() === 'reactnative' export default isReactNative