UNPKG

cloudworker-proxy

Version:
10 lines (7 loc) 292 B
'use strict'; // can-promise has a crash in some versions of react native that dont have // standard global objects // https://github.com/soldair/node-qrcode/issues/157 module.exports = function () { return typeof Promise === 'function' && Promise.prototype && Promise.prototype.then; };