UNPKG

@tamara-solution/checkout

Version:

Script will be embedded in merchant's site to checkout. The merchant's don't need to redirect to tamara's site.

10 lines (8 loc) 160 B
function isBrowser() { return ( typeof window !== 'undefined' && window.document && window.document.createElement ) } export default isBrowser